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

ProjectsLocationsConnectionsActionsListOptions

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

Additional options for Connectors#projectsLocationsConnectionsActionsList.

interface ProjectsLocationsConnectionsActionsListOptions {
[executionConfig.headers]?: string;
pageSize?: number;
pageToken?: string;
view?: "ACTION_VIEW_UNSPECIFIED" | "ACTION_VIEW_BASIC" | "ACTION_VIEW_FULL";
}

§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]

Number of Actions to return. Defaults to 25.

§
pageToken?: string
[src]

Page token, return from a previous ListActions call, that can be used retrieve the next page of content. If unspecified, the request returns the first page of actions.

§
view?: "ACTION_VIEW_UNSPECIFIED" | "ACTION_VIEW_BASIC" | "ACTION_VIEW_FULL"
[src]

Specifies which fields of the Action are returned in the response.