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

ProjectsLocationsConnectionsActionsGetOptions

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

Additional options for Connectors#projectsLocationsConnectionsActionsGet.

interface ProjectsLocationsConnectionsActionsGetOptions {
[executionConfig.headers]?: string;
view?: "ACTION_SCHEMA_VIEW_UNSPECIFIED" | "ACTION_SCHEMA_VIEW_BASIC" | "ACTION_SCHEMA_VIEW_ENRICHED";
}

§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"}'

§
view?: "ACTION_SCHEMA_VIEW_UNSPECIFIED" | "ACTION_SCHEMA_VIEW_BASIC" | "ACTION_SCHEMA_VIEW_ENRICHED"
[src]

Specified view of the action schema.