GoogleApi.OSConfig.V1.Model.TimeZone (google_api_os_config v0.7.0)
Represents a time zone from the IANA Time Zone Database.
-
id (type: String.t, default: nil) - IANA Time Zone Database time zone, e.g. "America/New_York". -
version (type: String.t, default: nil) - Optional. IANA Time Zone Database version number, e.g. "2019a".
Summary
Unwrap a decoded JSON object into its complex fields.
Specs
t() :: %GoogleApi.OSConfig.V1.Model.TimeZone{
id: String.t(),
version: String.t()
}
Specs
Unwrap a decoded JSON object into its complex fields.