struct CB::Client::TeamMemberCreateParams

Overview

Parameters required for adding a user to a team.

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, role : String) #

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

Instance Method Detail

def clone #

def copy_with(email _email = @email, role _role = @role) #

def email : String #

def role : String #