Googly.DocumentAI.Model.GoogleTypeTimeZone (googly_document_ai v0.1.0)

Copy Markdown View Source

Represents a time zone from the IANA Time Zone Database.

Attributes

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

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleTypeTimeZone{
  id: String.t() | nil,
  version: String.t() | nil
}