SetDefaultChannelsSettingsTeamsAdminRequest

case class SetDefaultChannelsSettingsTeamsAdminRequest(team_id: String, channel_ids: String)
Value parameters:
channel_ids

An array of channel IDs.

team_id

ID for the workspace to set the default channel 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