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