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

CategoriesBatchGetOptions

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

Additional options for MyBusinessBusinessInformation#categoriesBatchGet.

interface CategoriesBatchGetOptions {
languageCode?: string;
names?: string;
regionCode?: string;
view?: "CATEGORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
languageCode?: string
[src]

Required. The BCP 47 code of language that the category names should be returned in.

§
names?: string
[src]

Required. At least one name must be set. The GConcept ids the localized category names should be returned for. To return details for more than one category, repeat this parameter in the request.

§
regionCode?: string
[src]

Optional. The ISO 3166-1 alpha-2 country code used to infer non-standard language.

§
view?: "CATEGORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Required. Specifies which parts to the Category resource should be returned in the response.