Class GoogleAppsDriveLabelsV2IntegerLimits
Limits for integer Field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2IntegerLimits : IDirectResponseSchema
Properties
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? |