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

ProjectsLocationsRegistryBooksListOptions

import type { ProjectsLocationsRegistryBooksListOptions } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksList.

interface ProjectsLocationsRegistryBooksListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
view?:
| "REGISTRY_BOOK_VIEW_UNSPECIFIED"
| "BASIC"
| "FULL"
| "AGGREGATE";
}

§Properties

§
filter?: string
[src]

Optional. Filtering results

§
orderBy?: string
[src]

Optional. Hint for how to order the results

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

Optional. A token identifying a page of results the server should return.

§
view?: "REGISTRY_BOOK_VIEW_UNSPECIFIED" | "BASIC" | "FULL" | "AGGREGATE"
[src]

Optional. The view of the RegistryBook.