Class GoogleAppsDriveLabelsV2FieldIntegerOptions
Options for the Integer field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldIntegerOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxValue
Output only. The maximum valid value for the integer field.
Declaration
[JsonProperty("maxValue")]
public virtual long? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
MinValue
Output only. The minimum valid value for the integer field.
Declaration
[JsonProperty("minValue")]
public virtual long? MinValue { get; set; }
Property Value
Type | Description |
---|---|
long? |