ListRequestsAppsAdminRequest

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

Set cursor to next_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.

team_id

undefined

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