primary
SourceGoogle::Directory::User::Address
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
country
Sourcecountry=(country : String | Nil)
Sourcecountry_code
Sourcecountry_code=(country_code : String | Nil)
Sourcecustom_type
Sourcecustom_type=(custom_type : String | Nil)
Sourceextended_address
Sourceextended_address=(extended_address : String | Nil)
Sourceformatted
Sourceformatted=(formatted : String | Nil)
Sourcelocality
Sourcelocality=(locality : String | Nil)
Sourcepo_box
Sourcepo_box=(po_box : String | Nil)
Sourcepostal_code
Sourcepostal_code=(postal_code : String | Nil)
Sourceprimary=(primary : Bool | Nil)
Sourceregion
Sourceregion=(region : String | Nil)
Sourcesource_is_structured
Sourcesource_is_structured=(source_is_structured : Bool | Nil)
Sourcestreet_address
Sourcestreet_address=(street_address : String | Nil)
Sourcetype
Sourcetype=(type : String)
Source