case class AddGroupRestrictAccessConversationsAdminRequest(group_id: String, channel_id: String, team_id: Option[String])
- Value parameters:
- channel_id
The channel to link this group to.
- group_id
The IDP Group ID to be an allowlist for the private channel.
- team_id
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any