class Google::Directory::User::Organization

Included Modules

Defined in:

directory/user/organization.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cost_center : String | Nil #

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

[View source]
def custom_type : String | Nil #

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

[View source]
def department : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def domain : String | Nil #

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

[View source]
def full_time_equivalent : Int32 | Nil #

[View source]
def full_time_equivalent=(full_time_equivalent : Int32 | Nil) #

[View source]
def location : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def primary : Bool | Nil #

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

[View source]
def symbol : String | Nil #

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

[View source]
def title : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]