def primary : Bool | Nil
#
class Google::Directory::User::Address
- Google::Directory::User::Address
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
directory/user/address.crConstructors
Instance Method Summary
- #country : String | Nil
- #country=(country : String | Nil)
- #country_code : String | Nil
- #country_code=(country_code : String | Nil)
- #custom_type : String | Nil
- #custom_type=(custom_type : String | Nil)
- #extended_address : String | Nil
- #extended_address=(extended_address : String | Nil)
- #formatted : String | Nil
- #formatted=(formatted : String | Nil)
- #locality : String | Nil
- #locality=(locality : String | Nil)
- #po_box : String | Nil
- #po_box=(po_box : String | Nil)
- #postal_code : String | Nil
- #postal_code=(postal_code : String | Nil)
- #primary : Bool | Nil
- #primary=(primary : Bool | Nil)
- #region : String | Nil
- #region=(region : String | Nil)
- #source_is_structured : Bool | Nil
- #source_is_structured=(source_is_structured : Bool | Nil)
- #street_address : String | Nil
- #street_address=(street_address : String | Nil)
- #type : String
- #type=(type : String)