google_api_content v0.31.0 GoogleApi.Content.V21.Model.AccountAddress View Source

Attributes

  • country (type: String.t, default: nil) - CLDR country code (e.g. "US").
  • locality (type: String.t, default: nil) - City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
  • postalCode (type: String.t, default: nil) - Postal code or ZIP (e.g. "94043").
  • region (type: String.t, default: nil) - Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
  • streetAddress (type: String.t, default: nil) - Street-level part of the address.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V21.Model.AccountAddress{
  country: String.t(),
  locality: String.t(),
  postalCode: String.t(),
  region: String.t(),
  streetAddress: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.