Show / Hide Table of Contents

Class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField

Inheritance
object
CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField : IDirectResponseSchema

Properties

DefaultValue

Default value to use if the field is not present. If the field is missing and the default value is not set, the validation run as if the field is not present in the validation logic.

Declaration
[JsonProperty("defaultValue")]
public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant DefaultValue { get; set; }
Property Value
Type Description
CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldName

The field name to validate. This can be a simple field name or a nested field one using the ':' (meant as an aggregator) or '*' (meant as foreach) operators.

Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX