Template Waterfall Chart Sort Configuration
data class TemplateWaterfallChartSortConfiguration(val breakdownItemsLimit: TemplateItemsLimitConfiguration? = null, val categorySort: List<TemplateFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(breakdownItemsLimit: TemplateItemsLimitConfiguration? = null, categorySort: List<TemplateFieldSortOptions>? = null)