View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressLinesProto (google_api_content_warehouse v0.4.0)

Represents the unparsed portion of an address with an associated language.

Attributes

  • language (type: String.t, default: nil) - The external form of a Google International Identifiers Initiative (III) LanguageCode object. See google3/i18n/identifiers/languagecode.h for details. We place extra restrictions on languages in addition to what the III library requires. See http://go/geo-schema-reference/feature-properties/languages.md
  • line (type: list(String.t), default: nil) - These lines are in display order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressLinesProto{
  language: String.t() | nil,
  line: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.