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

VolumesGetOptions

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

Additional options for Books#volumesGet.

interface VolumesGetOptions {
country?: string;
includeNonComicsSeries?: boolean;
partner?: string;
projection?: "PROJECTION_UNDEFINED" | "FULL" | "LITE";
source?: string;
user_library_consistent_read?: boolean;
}

§Properties

§
country?: string
[src]

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

§
includeNonComicsSeries?: boolean
[src]

Set to true to include non-comics series. Defaults to false.

§
partner?: string
[src]

Brand results for partner ID.

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

Restrict information returned to a set of selected fields.

§
source?: string
[src]

string to identify the originator of this request.

§
user_library_consistent_read?: boolean
[src]