ListCloudLocationsResponse
import type { ListCloudLocationsResponse } from "https://googleapis.deno.dev/v1/cloudlocationfinder:v1alpha.ts";
Message for response to listing cloud locations.
interface ListCloudLocationsResponse {
readonly cloudLocations?: CloudLocation[];
readonly nextPageToken?: string;
}§Properties
§
readonly cloudLocations?: CloudLocation[]
[src]Output only. List of cloud locations.