Skip to content

Collection

Extends

  • Collection

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.Collection.agentId

books?

optional books: Book[];

The Books contained in the Collection

Inherited from

bkper.Collection.books

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Collection.createdAt

id?

optional id: string;

The unique id of the Collection

Inherited from

bkper.Collection.id

name?

optional name: string;

The name of the Collection

Inherited from

bkper.Collection.name

ownerUsername?

optional ownerUsername: string;

The username of the Collection owner

Inherited from

bkper.Collection.ownerUsername

permission?

optional permission: "OWNER" | "EDITOR" | "POSTER" | "RECORDER" | "VIEWER" | "NONE";

Inherited from

bkper.Collection.permission

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.Collection.updatedAt