ListDeniedInviteRequestsAdminRequest

case class ListDeniedInviteRequestsAdminRequest(team_id: Option[String], cursor: Option[String], limit: Option[Int])
Value parameters:
cursor

Value of the next_cursor field sent as part of the previous api response

limit

The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive

team_id

ID for the workspace where the invite requests were 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