Collection
Extends
Collection
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Collection.agentIdbooks?
optional books: Book[];The Books contained in the Collection
Inherited from
bkper.Collection.bookscreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Collection.createdAtid?
optional id: string;The unique id of the Collection
Inherited from
bkper.Collection.idname?
optional name: string;The name of the Collection
Inherited from
bkper.Collection.nameownerUsername?
optional ownerUsername: string;The username of the Collection owner
Inherited from
bkper.Collection.ownerUsernamepermission?
optional permission: "OWNER" | "EDITOR" | "POSTER" | "RECORDER" | "VIEWER" | "NONE";Inherited from
bkper.Collection.permissionupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Collection.updatedAt