chains property

List<SearchChain> get chains

List of chains present in response. Non-empty list means that the request was treaded as 'chain request' (for example "mcdonalds", "starbucks", and other).

Implementation

core.List<search_chain.SearchChain> get chains;