ListActuationsResponse
import type { ListActuationsResponse } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";The response object from ListActuations.
interface ListActuationsResponse {
actuations?: Actuation[];
nextPageToken?: string;
unreachable?: string[];
}