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

GoogleExampleLibraryagentV1ListBooksResponse

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

Response message for LibraryAgent.ListBooks.

interface GoogleExampleLibraryagentV1ListBooksResponse {
nextPageToken?: string;
}

§Properties

§

The list of books.

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass this value in the ListBooksRequest.page_token field in the subsequent call to ListBooks method to retrieve the next page of results.