ListEnrollmentsResponse
import type { ListEnrollmentsResponse } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
The response message for the ListEnrollments
method.
interface ListEnrollmentsResponse {
enrollments?: Enrollment[];
nextPageToken?: string;
unreachable?: string[];
}