AddChannelsUsergroupsAdminRequest

case class AddChannelsUsergroupsAdminRequest(usergroup_id: String, channel_ids: String, team_id: Option[String])
Value parameters:
channel_ids

Comma separated string of channel IDs.

team_id

The workspace to add default channels in.

usergroup_id

ID of the IDP group to add default channels for.

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