GoogleTypeTimeZone

GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a time zone from the IANA Time Zone Database.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    - IANA Time Zone Database time zone, e.g. "America/New_York".
  2. version (type: String.t, default: nil)
    - Optional. IANA Time Zone Database version number, e.g. "2019a".

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone