Interface UpdatePearsonBookRequest

interface UpdatePearsonBookRequest {
    bookId: string;
    pasteLimit?: PasteLimit;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

bookId: string

The id of the book.

pasteLimit?: PasteLimit

The book's paste limit. Omit this member to leave the stored limit unchanged.

tenantId: string

The id of the tenant of the book.