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

BatchGetCategoriesResponse

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

Response message for BusinessCategories.BatchGetBusinessCategories.

interface BatchGetCategoriesResponse {
categories?: Category[];
}

§Properties

§
categories?: Category[]
[src]

Categories that match the GConcept ids provided in the request. They will not come in the same order as category ids in the request.