Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaFieldLimits

Field constants governing the structure of a Field; such as, the maximum title length, minimum and maximum field values or length, etc.

Inheritance
object
GoogleAppsDriveLabelsV2betaFieldLimits
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX