class Google::Directory::User::Phone

Included Modules

Defined in:

directory/user/phone.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def custom_type : String | Nil #

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

[View source]
def primary : Bool | Nil #

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

[View source]
def type : String #

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

[View source]
def value : String #

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

[View source]