google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.VcardAddress View Source

The structure used to represent a street address.

Attributes

  • code (String.t): The postal code associated with the address. For example: 94423. Defaults to: null.
  • country (String.t): The country name. For example: US. Defaults to: null.
  • locality (String.t): The city or local equivalent portion of the address. For example: San Jose. Defaults to: null.
  • pobox (String.t): An optional post office box number. Defaults to: null.
  • region (String.t): The state or local equivalent portion of the address. For example: CA. Defaults to: null.
  • street (String.t): The street number and name. For example: 123 Any St. 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.Spectrum.V1explorer.Model.VcardAddress{
  code: any(),
  country: any(),
  locality: any(),
  pobox: any(),
  region: any(),
  street: 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.