App
Extends
App
Properties
payload
payload: App;The underlying payload data for this resource
Inherited from
Bkper.App.payloadMethods
getDescription()
getDescription(): string;Returns
string
The description of this App
Inherited from
Bkper.App.getDescriptiongetId()
getId(): string;Returns
string
The id of this App
Inherited from
Bkper.App.getIdgetName()
getName(): string;Returns
string
The name of this App
Inherited from
Bkper.App.getNamejson()
json(): App;Gets an immutable copy of the JSON payload for this resource.
Returns
App
An immutable copy of the json payload
Inherited from
Bkper.App.json