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

ServicesConfigsListOptions

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

Additional options for ServiceManagement#servicesConfigsList.

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

§Properties

§
pageSize?: number
[src]

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

§
pageToken?: string
[src]

The token of the page to retrieve.