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

ShelvesListOptions

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

Additional options for LibraryAgent#shelvesList.

interface ShelvesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Requested page size. Server may return fewer shelves than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of ListShelvesResponse.next_page_token returned from the previous call to ListShelves method.