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 {
pageSize?: number;
pageToken?: string;
view?: "ACTION_VIEW_UNSPECIFIED" | "ACTION_VIEW_BASIC" | "ACTION_VIEW_FULL";
}

§Properties

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