Class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField
Implements
Inherited Members
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 |