GoogleApi.MyBusinessBusinessInformation.V1.Model.BatchGetCategoriesResponse (google_api_my_business_business_information v0.5.2)
View SourceResponse message for BusinessCategories.BatchGetBusinessCategories.
Attributes
-
categories
(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.Category.t)
, default:nil
) - Categories that match the GConcept ids provided in the request. They will not come in the same order as category ids in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.BatchGetCategoriesResponse{ categories: [GoogleApi.MyBusinessBusinessInformation.V1.Model.Category.t()] | nil }