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

MylibraryBookshelvesAddVolumeOptions

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

Additional options for Books#mylibraryBookshelvesAddVolume.

interface MylibraryBookshelvesAddVolumeOptions {
reason?:
| "REASON_UNDEFINED"
| "IOS_PREX"
| "IOS_SEARCH"
| "ONBOARDING";
source?: string;
volumeId: string;
}

§Properties

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

The reason for which the book is added to the library.

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId: string
[src]

ID of volume to add.