CreateTeamsAdminRequest

case class CreateTeamsAdminRequest(team_domain: String, team_name: String, team_description: Option[String], team_discoverability: Option[String])
Value parameters:
team_description

Description for the team.

team_discoverability

Who can join the team. A team's discoverability can be open, closed, invite_only, or unlisted.

team_domain

Team domain (for example, slacksoftballteam).

team_name

Team name (for example, Slack Softball Team).

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product