ListRolloutsResponse
import type { ListRolloutsResponse } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
The response structure for the ListRollouts method.
interface ListRolloutsResponse {
nextPageToken?: string;
rollouts?: Rollout[];
unreachable?: string[];
}