google_api_os_config v0.3.0 GoogleApi.OSConfig.V1.Model.TimeZone View Source

Represents a time zone from the IANA Time Zone Database.

Attributes

  • 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".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.OSConfig.V1.Model.TimeZone{
  id: String.t(),
  version: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.