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