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
, orunlisted
.- 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