Class GoogleAppsDriveLabelsV2betaFieldTextOptions
Options for the Text field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldTextOptions : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaxLength
Output only. The maximum valid length of values for the text field.
Declaration
[JsonProperty("maxLength")]
public virtual int? MaxLength { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MinLength
Output only. The minimum valid length of values for the text field.
Declaration
[JsonProperty("minLength")]
public virtual int? MinLength { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |