Class RpcApiKey

Hierarchy (view full)

Constructors

Properties

id: number = null

Unique identifier of the RPC API key.

name: string = null

Name of the RPC API key.

description: string = null

Description of the RPC API key.

projectUuid: string = null

Unique identifier of the project.

uuid: string = null

Unique identifier of the RPC API key, used for RPC calls.

urls: string[] = []

Array of favorite URLs for the RPC API key.

API_PREFIX: string = null

API url prefix for this class.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods