class Google::Directory::User::Email

Included Modules

Defined in:

directory/user/email.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def address : String #

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

[View source]
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 | Nil #

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

[View source]