Skip to content

App

Extends

  • App

Properties

payload

payload: App;

The underlying payload data for this resource

Inherited from

Bkper.App.payload

Methods

getDescription()

getDescription(): string;

Returns

string

The description of this App

Inherited from

Bkper.App.getDescription

getId()

getId(): string;

Returns

string

The id of this App

Inherited from

Bkper.App.getId

getName()

getName(): string;

Returns

string

The name of this App

Inherited from

Bkper.App.getName

json()

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