categories property
List<SearchCategory>
get
categories
List of categories (also known as rubrics) present in response. Non-empty list means that the request was treated as a 'category request' by the server (for example requests like "where to eat", "cinema", and other).
Implementation
core.List<search_category.SearchCategory> get categories;