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) #

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

Instance Method Detail

def booking_limits : JSON::Any | Nil #

def credentials : JSON::Any | Nil #

def delegated : Bool | Nil #

def domain : String | Nil #

def early_checkin : Int64 | Nil #

def email_domain : String | Nil #

def id : Int64 | Nil #

def name : String | Nil #

def outlook_config : OutlookConfig | Nil #

def platform : String | Nil #

def service_account : String | Nil #

def to_tenant(update : Bool = false) #