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

ProjectsInstancesAppProfilesListOptions

import type { ProjectsInstancesAppProfilesListOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesAppProfilesList.

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

§Properties

§
pageSize?: number
[src]

Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

§
pageToken?: string
[src]

The value of next_page_token returned by a previous call.