Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaSelectionLimits

Limits for selection Field type.

Inheritance
object
GoogleAppsDriveLabelsV2betaSelectionLimits
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 GoogleAppsDriveLabelsV2betaSelectionLimits : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX