RestrictAppsAdminRequest

case class RestrictAppsAdminRequest(app_id: Option[String], request_id: Option[String], team_id: Option[String])
Value parameters:
app_id

The id of the app to restrict.

request_id

The id of the request to restrict.

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