DenyInviteRequestsAdminRequest

case class DenyInviteRequestsAdminRequest(invite_request_id: String, team_id: Option[String])
Value parameters:
invite_request_id

ID of the request to invite.

team_id

ID for the workspace where the invite request was made.

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