GoogleApi.OSConfig.V1.Model.TimeZone (google_api_os_config v0.7.0)

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

Specs

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

Functions

decode(value, options)

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.