Class GoogleAppsDriveLabelsV2FieldLimits
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.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldLimits : IDirectResponseSchema
Properties
DateLimits
Date field limits.
Declaration
[JsonProperty("dateLimits")]
public virtual GoogleAppsDriveLabelsV2DateLimits DateLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DateLimits |
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 GoogleAppsDriveLabelsV2IntegerLimits IntegerLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2IntegerLimits |
LongTextLimits
Long text field limits.
Declaration
[JsonProperty("longTextLimits")]
public virtual GoogleAppsDriveLabelsV2LongTextLimits LongTextLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2LongTextLimits |
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 GoogleAppsDriveLabelsV2SelectionLimits SelectionLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2SelectionLimits |
TextLimits
The relevant limits for the specified Field.Type. Text field limits.
Declaration
[JsonProperty("textLimits")]
public virtual GoogleAppsDriveLabelsV2TextLimits TextLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2TextLimits |
UserLimits
User field limits.
Declaration
[JsonProperty("userLimits")]
public virtual GoogleAppsDriveLabelsV2UserLimits UserLimits { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2UserLimits |