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

LayersListOptions

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

Additional options for Books#layersList.

interface LayersListOptions {
contentVersion?: string;
maxResults?: number;
pageToken?: string;
source?: string;
}

§Properties

§
contentVersion?: string
[src]

The content version for the requested volume.

§
maxResults?: number
[src]

Maximum number of results to return

§
pageToken?: string
[src]

The value of the nextToken from the previous page.

§
source?: string
[src]

String to identify the originator of this request.