categories property

List<Category>? categories
getter/setter pair

Categories that match the GConcept ids provided in the request.

They will not come in the same order as category ids in the request.

Implementation

core.List<Category>? categories;