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/mybusinessbusinessinformation:v1.ts";

Response message for Locations.ListLocations.

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

§Properties

§
locations?: Location[]
[src]

The locations.

§
nextPageToken?: string
[src]

If the number of locations exceeded the requested page size, this field is populated with a token to fetch the next page of locations on a subsequent call to ListLocations. If there are no more locations, this field is not present in the response.

§
totalSize?: number
[src]

The approximate number of Locations in the list irrespective of pagination. This field will only be returned if filter is used as a query parameter.