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

MylibraryBookshelvesVolumesListOptions

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

Additional options for Books#mylibraryBookshelvesVolumesList.

interface MylibraryBookshelvesVolumesListOptions {
country?: string;
maxResults?: number;
projection?: "PROJECTION_UNDEFINED" | "FULL" | "LITE";
q?: string;
showPreorders?: boolean;
source?: string;
startIndex?: number;
}

§Properties

§
country?: string
[src]

ISO-3166-1 code to override the IP-based location.

§
maxResults?: number
[src]

Maximum number of results to return

§
projection?: "PROJECTION_UNDEFINED" | "FULL" | "LITE"
[src]

Restrict information returned to a set of selected fields.

§
q?: string
[src]

Full-text search query string in this bookshelf.

§
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)