Class GoogleAppsDriveLabelsV2betaFieldDateOptions
Options for the date field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldDateOptions : IDirectResponseSchemaProperties
DateFormat
Output only. ICU date format.
Declaration
[JsonProperty("dateFormat")]
public virtual string DateFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DateFormatType
Localized date formatting option. Field values are rendered in this format according to their locale.
Declaration
[JsonProperty("dateFormatType")]
public virtual string DateFormatType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaxValue
Output only. Maximum valid value (year, month, day).
Declaration
[JsonProperty("maxValue")]
public virtual GoogleTypeDate MaxValue { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleTypeDate | 
MinValue
Output only. Minimum valid value (year, month, day).
Declaration
[JsonProperty("minValue")]
public virtual GoogleTypeDate MinValue { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleTypeDate |