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

CategoriesListOptions

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

Additional options for MyBusinessBusinessInformation#categoriesList.

interface CategoriesListOptions {
filter?: string;
languageCode?: string;
pageSize?: number;
pageToken?: string;
regionCode?: string;
view?: "CATEGORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
filter?: string
[src]

Optional. Filter string from user. The only field that supported is displayName. Eg: filter=displayName=foo.

§
languageCode?: string
[src]

Required. The BCP 47 code of language.

§
pageSize?: number
[src]

Optional. How many categories to fetch per page. Default is 100, minimum is 1, and maximum page size is 100.

§
pageToken?: string
[src]

Optional. If specified, the next page of categories will be fetched.

§
regionCode?: string
[src]

Required. The ISO 3166-1 alpha-2 country code.

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

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