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

ListLocationsResponse

import type { ListLocationsResponse } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

The response message for Locations.ListLocations.

interface ListLocationsResponse {
locations?: Location[];
nextPageToken?: string;
}

§Properties

§
locations?: Location[]
[src]

A list of locations that matches the specified filter in the request.

§
nextPageToken?: string
[src]

The standard List next-page token.