Dashboard Word Cloud Sort Configuration
data class DashboardWordCloudSortConfiguration(val categoryItemsLimit: DashboardItemsLimitConfiguration? = null, val categorySort: List<DashboardFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: DashboardItemsLimitConfiguration? = null, categorySort: List<DashboardFieldSortOptions>? = null)