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

MylibraryBookshelvesMoveVolumeOptions

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

Additional options for Books#mylibraryBookshelvesMoveVolume.

interface MylibraryBookshelvesMoveVolumeOptions {
source?: string;
volumeId: string;
volumePosition: number;
}

§Properties

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId: string
[src]

ID of volume to move.

§
volumePosition: number
[src]

Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on.)