google_api_content v0.4.0 GoogleApi.Content.V2.Model.AccountAddress View Source

Attributes

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

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.V2.Model.AccountAddress{
  country: any(),
  locality: any(),
  postalCode: any(),
  region: any(),
  streetAddress: any()
}

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.