case class GetTeamsConversationsAdminRequest(channel_id: String, cursor: Option[String], limit: Option[Int])
- Value parameters:
- channel_id
The channel to determine connected workspaces within the organization for.
- cursor
Set
cursor
tonext_cursor
returned by the previous call to list items in the next page- limit
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any