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
Max 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 |