RemoveGroupRestrictAccessConversationsAdminRequest

case class RemoveGroupRestrictAccessConversationsAdminRequest(team_id: String, group_id: String, channel_id: String)
Value parameters:
channel_id

The channel to remove the linked group from.

group_id

The IDP Group ID to remove from 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

Value members

Inherited methods

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