class BaseManager

abstract
export abstract class BaseManager

Manages the API methods of a data model.

Constructors

constructor(
client: Client
)

Constructs a new instance of the BaseManager class

readonly
client : Client

The client that instantiated this Manager