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

ProjectsLocationsConnectionsResourcesListOptions

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

Additional options for Connectors#projectsLocationsConnectionsResourcesList.

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

§Properties

§
pageSize?: number
[src]

Optional. Page size for the request.

§
pageToken?: string
[src]

Optional. Page token for the request.