Collaborator
Extends
Collaborator
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Collaborator.agentIdcreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Collaborator.createdAtemail?
optional email: string;The email of the Collaborator
Inherited from
bkper.Collaborator.emailid?
optional id: string;The unique id that identifies the Collaborator in the Book
Inherited from
bkper.Collaborator.idpermission?
optional permission: "OWNER" | "EDITOR" | "POSTER" | "RECORDER" | "VIEWER" | "NONE";The permission the Collaborator has in the Book
Inherited from
bkper.Collaborator.permissionupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Collaborator.updatedAt