View Source GoogleApi.Content.V21.Model.TimeZone (google_api_content v0.67.1)

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

@type t() :: %GoogleApi.Content.V21.Model.TimeZone{
  id: String.t() | nil,
  version: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.