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