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

AccountsAppsListOptions

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

Additional options for Checks#accountsAppsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of results to return. The server may further constrain the maximum number of results returned in a single page. If unspecified, the server will decide the number of results to be returned.

§
pageToken?: string
[src]

Optional. A page token received from a previous ListApps call. Provide this to retrieve the subsequent page.