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

BookshelvesVolumesListOptions

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

Additional options for Books#bookshelvesVolumesList.

interface BookshelvesVolumesListOptions {
maxResults?: number;
showPreorders?: boolean;
source?: string;
startIndex?: number;
}

§Properties

§
maxResults?: number
[src]

Maximum number of results to return

§
showPreorders?: boolean
[src]

Set to true to show pre-ordered books. Defaults to false.

§
source?: string
[src]

String to identify the originator of this request.

§
startIndex?: number
[src]

Index of the first element to return (starts at 0)