View Source GoogleApi.DocumentAI.V1.Model.GoogleTypeTimeZone (google_api_document_ai v0.39.0)

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.DocumentAI.V1.Model.GoogleTypeTimeZone{
  id: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.