Class GoogleAppsDriveLabelsV2betaSelectionLimits
Limits for selection Field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaSelectionLimits : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ListLimits
Limits for list-variant of a Field type.
Declaration
[JsonProperty("listLimits")]
public virtual GoogleAppsDriveLabelsV2betaListLimits ListLimits { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleAppsDriveLabelsV2betaListLimits | 
MaxChoices
The max number of choices.
Declaration
[JsonProperty("maxChoices")]
public virtual int? MaxChoices { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MaxDeletedChoices
Maximum number of deleted choices.
Declaration
[JsonProperty("maxDeletedChoices")]
public virtual int? MaxDeletedChoices { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MaxDisplayNameLength
Maximum length for display name.
Declaration
[JsonProperty("maxDisplayNameLength")]
public virtual int? MaxDisplayNameLength { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MaxIdLength
Maximum ID length for a selection options.
Declaration
[JsonProperty("maxIdLength")]
public virtual int? MaxIdLength { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |