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

ServicesListOptions

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

Additional options for AccessContextManager#servicesList.

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

§Properties

§
pageSize?: number
[src]

This flag specifies the maximum number of services to return per page. Default is 100.

§
pageToken?: string
[src]

Token to start on a later page. Default is the first page.