View Source GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone (google_api_content_warehouse v0.6.1)

Represents a time zone from the IANA Time Zone Database.

Attributes

  • id (type: String.t, default: nil) - IANA Time Zone Database time zone. For example "America/New_York".
  • version (type: String.t, default: nil) - Optional. IANA Time Zone Database version number. For example "2019a".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone{
  id: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.