ListAnnouncementsResponse
import type { ListAnnouncementsResponse } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";
Response message for VmwareEngine.ListAnnouncements
interface ListAnnouncementsResponse {
announcements?: Announcement[];
nextPageToken?: string;
unreachable?: string[];
}