SetOwnerUsersAdminRequest

case class SetOwnerUsersAdminRequest(team_id: String, user_id: String)
Value parameters:
team_id

The ID (T1234) of the workspace.

user_id

Id of the user to promote to owner.

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