GeostoreTimezoneProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreTimezoneProto


Table of Contents ▼

Jump to a specific part of the page:

Description

A TimezoneProto holds information about a feature's related time zone.

Attributes List

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

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    - i18n recognized time zone identifier. For the full list of identifiers, see google3/i18n/identifiers/data/timezones.txt.
  2. metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto, default: nil)
    - Field-level metadata for this relation.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTimezoneProto{
id: String.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil
}

Function

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

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