ListGoogleApiSourcesResponse
import type { ListGoogleApiSourcesResponse } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
The response message for the ListGoogleApiSources
method.
interface ListGoogleApiSourcesResponse {
googleApiSources?: GoogleApiSource[];
nextPageToken?: string;
unreachable?: string[];
}