struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

billing_email
Source
billing_email=(billing_email : String | Nil)
Source
enforce_sso
Source
enforce_sso=(enforce_sso : Bool | Nil)
Source
id=(id : String)
Source
is_personal
Source
is_personal=(is_personal : Bool)
Source
name
Source
name=(name : String)
Source
role
Source
role=(role : String | Nil)
Source
to_s(io : IO)

Same as #inspect(io).

Source