CategoryGroup
Container for a breakdown of how many of each type of Activity have been returned in the API response.
Parameters
count
The count of the number of categories the returned set of activities map to.
groupName
The group which the category belongs Possible value is: Recommendations Tours Activities Transportation Promotions Duration
groupDisplayName
The localized value for category name.
categoryName
The name of one of the categories.
categoryDisplayName
Constructors
Link copied to clipboard
public CategoryGroup CategoryGroup( Integer count, String groupName, String groupDisplayName, String categoryName, String categoryDisplayName)