Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
readonly nextPageToken?: string
[src]

Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.