ListChannelsUsergroupsAdminRequest

case class ListChannelsUsergroupsAdminRequest(usergroup_id: String, team_id: Option[String], include_num_members: Option[Boolean])
Value parameters:
include_num_members

Flag to include or exclude the count of members per channel.

team_id

ID of the the workspace.

usergroup_id

ID of the IDP group to list 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