struct PlaceOS::Model::Tenant::Responder

Included Modules

Defined in:

placeos-models/tenant.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64 | Nil, name : Nil | String, domain : Nil | String, platform : Nil | String, delegated : Bool | Nil, service_account : Nil | String, credentials : JSON::Any | Nil = nil, booking_limits : JSON::Any | Nil = nil, outlook_config : PlaceOS::Model::Tenant::OutlookConfig | Nil = nil, email_domain : Nil | String = nil, early_checkin : Int64 | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def booking_limits : JSON::Any | Nil #

[View source]
def credentials : JSON::Any | Nil #

[View source]
def delegated : Bool | Nil #

[View source]
def domain : String | Nil #

[View source]
def early_checkin : Int64 | Nil #

[View source]
def email_domain : String | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def name : String | Nil #

[View source]
def outlook_config : OutlookConfig | Nil #

[View source]
def platform : String | Nil #

[View source]
def service_account : String | Nil #

[View source]
def to_tenant(update : Bool = false) #

[View source]