GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldDateOptions (google_api_drive_labels v0.3.0)
View SourceOptions for the date field type.
Attributes
-
dateFormat
(type:String.t
, default:nil
) - Output only. ICU date format. -
dateFormatType
(type:String.t
, default:nil
) - Localized date formatting option. Field values are rendered in this format according to their locale. -
maxValue
(type:GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t
, default:nil
) - Output only. Maximum valid value (year, month, day). -
minValue
(type:GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t
, default:nil
) - Output only. Minimum valid value (year, month, day).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldDateOptions{ dateFormat: String.t() | nil, dateFormatType: String.t() | nil, maxValue: GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t() | nil, minValue: GoogleApi.DriveLabels.V2.Model.GoogleTypeDate.t() | nil }