class Google::Directory::Member

Included Modules

Defined in:

directory/member.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def delivery_settings : String | Nil #

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

[View source]
def email : String #

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

[View source]
def etag : String #

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

[View source]
def id : String #

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

[View source]
def kind : String #

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

[View source]
def role : String | Nil #

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

[View source]
def status : String #

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

[View source]
def type : String #

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

[View source]