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 {
[executionConfig.headers]?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
[executionConfig.headers]?: string
[src]

headers to be used for the request. For example: headers:'{"x-integration-connectors-managed-connection-id":"conn-id","x-integration-connectors-runtime-config":"runtime-cfg"}'

§
pageSize?: number
[src]

Optional. Page size for the request.

§
pageToken?: string
[src]

Optional. Page token for the request.