Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MylibraryBookshelvesRemoveVolumeOptions

import type { MylibraryBookshelvesRemoveVolumeOptions } from "https://googleapis.deno.dev/v1/books:v1.ts";

Additional options for Books#mylibraryBookshelvesRemoveVolume.

interface MylibraryBookshelvesRemoveVolumeOptions {
reason?: "REASON_UNDEFINED" | "ONBOARDING";
source?: string;
volumeId: string;
}

§Properties

§
reason?: "REASON_UNDEFINED" | "ONBOARDING"
[src]

The reason for which the book is removed from the library.

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId: string
[src]

ID of volume to remove.