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

ListActionsResponse

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

Response message for ActionService.ListActions

interface ListActionsResponse {
actions?: Action[];
nextPageToken?: string;
unsupportedActionNames?: string[];
}

§Properties

§
actions?: Action[]
[src]

List of action metadata.

§
nextPageToken?: string
[src]

Next page token if more actions available.

§
unsupportedActionNames?: string[]
[src]

List of actions which contain unsupported Datatypes. Check datatype.proto for more information.