class Google::Directory::User::Address

Included Modules

Defined in:

directory/user/address.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def country : String | Nil #

[View source]
def country=(country : String | Nil) #

[View source]
def country_code : String | Nil #

[View source]
def country_code=(country_code : String | Nil) #

[View source]
def custom_type : String | Nil #

[View source]
def custom_type=(custom_type : String | Nil) #

[View source]
def extended_address : String | Nil #

[View source]
def extended_address=(extended_address : String | Nil) #

[View source]
def formatted : String | Nil #

[View source]
def formatted=(formatted : String | Nil) #

[View source]
def locality : String | Nil #

[View source]
def locality=(locality : String | Nil) #

[View source]
def po_box : String | Nil #

[View source]
def po_box=(po_box : String | Nil) #

[View source]
def postal_code : String | Nil #

[View source]
def postal_code=(postal_code : String | Nil) #

[View source]
def primary : Bool | Nil #

[View source]
def primary=(primary : Bool | Nil) #

[View source]
def region : String | Nil #

[View source]
def region=(region : String | Nil) #

[View source]
def source_is_structured : Bool | Nil #

[View source]
def source_is_structured=(source_is_structured : Bool | Nil) #

[View source]
def street_address : String | Nil #

[View source]
def street_address=(street_address : String | Nil) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]