ListRolloutKindsResponse
import type { ListRolloutKindsResponse } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
The response structure for the ListRolloutKinds method.
interface ListRolloutKindsResponse {
nextPageToken?: string;
rolloutKinds?: RolloutKind[];
unreachable?: string[];
}