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

ChainsSearchOptions

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

Additional options for MyBusinessBusinessInformation#chainsSearch.

interface ChainsSearchOptions {
chainName?: string;
pageSize?: number;
}

§Properties

§
chainName?: string
[src]

Required. Search for a chain by its name. Exact/partial/fuzzy/related queries are supported. Examples: "walmart", "wal-mart", "walmmmart", "沃尔玛"

§
pageSize?: number
[src]

The maximum number of matched chains to return from this query. The default is 10. The maximum possible value is 500.