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/saasservicemgmt:v1beta1.ts";

The response message for Locations.ListLocations.

interface ListLocationsResponse {
nextPageToken?: string;
}

§Properties

§

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

§
nextPageToken?: string
[src]

The standard List next-page token.