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

SearchChainsResponse

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

Response message for Locations.SearchChains.

interface SearchChainsResponse {
chains?: Chain[];
}

§Properties

§
chains?: Chain[]
[src]

Chains that match the queried chain_display_name in SearchChainsRequest. If there are no matches, this field will be empty. Results are listed in order of relevance.