ListActionsResponse
import type { ListActionsResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
Response message for ActionService.ListActions
interface ListActionsResponse {
actions?: Action[];
metadata?: {};
[key: string]: {};
[key: string]: any;
nextPageToken?: string;
unsupportedActionNames?: string[];
}