Class GoogleAppsDriveLabelsV2betaIntegerLimits
Limits for integer Field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaIntegerLimits : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaxValue
Maximum value for an integer Field type.
Declaration
[JsonProperty("maxValue")]
public virtual long? MaxValue { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
MinValue
Minimum value for an integer Field type.
Declaration
[JsonProperty("minValue")]
public virtual long? MinValue { get; set; }Property Value
| Type | Description | 
|---|---|
| long? |