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

The structure used to represent a street address.

Attributes

  • code (String): The postal code associated with the address. For example: 94423. Defaults to: null.
  • country (String): The country name. For example: US. Defaults to: null.
  • locality (String): The city or local equivalent portion of the address. For example: San Jose. Defaults to: null.
  • pobox (String): An optional post office box number. Defaults to: null.
  • region (String): The state or local equivalent portion of the address. For example: CA. Defaults to: null.
  • street (String): The street number and name. For example: 123 Any St. Defaults to: null.