View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone (google_api_content_warehouse v0.4.0)
A time zone. Conceptually, a time zone is a set of rules associated with a location that describes a UTC offset and how it changes over time (e.g. Daylight Saving Time). The offset is used to compute the local date and time.
Attributes
-
ianaId
(type:String.t
, default:nil
) - Time zone in IANA format, e.g. America/Los_Angeles for USA Pacific Time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimeZone{ ianaId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.