Class GoogleAppsDriveLabelsV2betaFieldLimits
Field constants governing the structure of a field; such as, the maximum title length, minimum and maximum field values or length, etc.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldLimits : IDirectResponseSchema
Properties
DateLimits
Date field limits.
Declaration
[JsonProperty("dateLimits")]
public virtual GoogleAppsDriveLabelsV2betaDateLimits DateLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDateLimits |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntegerLimits
Integer field limits.
Declaration
[JsonProperty("integerLimits")]
public virtual GoogleAppsDriveLabelsV2betaIntegerLimits IntegerLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaIntegerLimits |
LongTextLimits
Long text field limits.
Declaration
[JsonProperty("longTextLimits")]
public virtual GoogleAppsDriveLabelsV2betaLongTextLimits LongTextLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaLongTextLimits |
MaxDescriptionLength
Limits for field description, also called help text.
Declaration
[JsonProperty("maxDescriptionLength")]
public virtual int? MaxDescriptionLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MaxDisplayNameLength
Limits for field title.
Declaration
[JsonProperty("maxDisplayNameLength")]
public virtual int? MaxDisplayNameLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MaxIdLength
Maximum length for the id.
Declaration
[JsonProperty("maxIdLength")]
public virtual int? MaxIdLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelectionLimits
Selection field limits.
Declaration
[JsonProperty("selectionLimits")]
public virtual GoogleAppsDriveLabelsV2betaSelectionLimits SelectionLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaSelectionLimits |
TextLimits
The relevant limits for the specified Field.Type. Text field limits.
Declaration
[JsonProperty("textLimits")]
public virtual GoogleAppsDriveLabelsV2betaTextLimits TextLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaTextLimits |
UserLimits
User field limits.
Declaration
[JsonProperty("userLimits")]
public virtual GoogleAppsDriveLabelsV2betaUserLimits UserLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaUserLimits |