CB::Model::Team
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(id : String, name : String, is_personal : Bool, billing_email : Nil | String = nil, enforce_sso : Bool | Nil = nil, role : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
billing_email
Sourcebilling_email=(billing_email : String | Nil)
Sourceenforce_sso
Sourceenforce_sso=(enforce_sso : Bool | Nil)
Sourceid
Sourceid=(id : String)
Sourceis_personal
Sourceis_personal=(is_personal : Bool)
Sourcename
Sourcename=(name : String)
Sourcerole
Sourcerole=(role : String | Nil)
Source