struct

CB::Model::TeamMember

Inherits JSON::Serializable / Struct / Value / Object

A team member is a association of a bridge user to a bridge team.

Constructors

new(id : String, team_id : String, account_id : String, role : String, email : String)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

account_id
clone
copy_with(id _id = @id, team_id _team_id = @team_id, account_id _account_id = @account_id, role _role = @role, email _email = @email)
email
id
role
team_id