View Source GoogleApi.Chat.V1.Model.TimeZone (google_api_chat v0.34.3)

The timezone ID and offset from Coordinated Universal Time (UTC). Only supported for the event types CARD_CLICKED and SUBMIT_DIALOG.

Attributes

  • id (type: String.t, default: nil) - The IANA TZ time zone database code, such as "America/Toronto".
  • offset (type: integer(), default: nil) - The user timezone offset, in milliseconds, from Coordinated Universal Time (UTC).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.TimeZone{
  id: String.t() | nil,
  offset: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.