ListReleasesResponse
import type { ListReleasesResponse } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1.ts";The response structure for the ListReleases method.
interface ListReleasesResponse {
nextPageToken?: string;
releases?: Release[];
unreachable?: string[];
}