case class SetTeamsConversationsAdminRequest(channel_id: String, team_id: Option[String], target_team_ids: Option[String], org_channel: Option[Boolean])
- Value parameters:
- channel_id
The encoded
channel_id
to add or remove to workspaces.- org_channel
True if channel has to be converted to an org channel
- target_team_ids
A comma-separated list of workspaces to which the channel should be shared. Not required if the channel is being shared org-wide.
- team_id
The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any