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

GoogleCloudLocationListLocationsResponse

import type { GoogleCloudLocationListLocationsResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The response message for Locations.ListLocations.

interface GoogleCloudLocationListLocationsResponse {
nextPageToken?: string;
}

§Properties

§

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

§
nextPageToken?: string
[src]

The standard List next-page token.