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

ListCategoriesResponse

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

Response message for BusinessCategories.ListCategories.

interface ListCategoriesResponse {
categories?: Category[];
nextPageToken?: string;
}

§Properties

§
categories?: Category[]
[src]

The matching categories based on the requested parameters.

§
nextPageToken?: string
[src]

If the number of categories exceeded the requested page size, this field will be populated with a token to fetch the next page of categories on a subsequent call to ListCategories.