ListAutomationsResponse
import type { ListAutomationsResponse } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";The response object from ListAutomations.
interface ListAutomationsResponse {
automations?: Automation[];
nextPageToken?: string;
unreachable?: string[];
}