QueryWorkflowInvocationActionsResponse
import type { QueryWorkflowInvocationActionsResponse } from "https://googleapis.deno.dev/v1/dataform:v1.ts";QueryWorkflowInvocationActions response message.
interface QueryWorkflowInvocationActionsResponse {
nextPageToken?: string;
workflowInvocationActions?: WorkflowInvocationAction[];
}