DashboardFunnelChartSortConfigurationArgs

data class DashboardFunnelChartSortConfigurationArgs(val categoryItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null) : ConvertibleToJava<DashboardFunnelChartSortConfigurationArgs>

Constructors

constructor(categoryItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null)

Properties

Link copied to clipboard

The limit on the number of categories displayed.

Link copied to clipboard

The sort configuration of the category fields.

Functions

Link copied to clipboard
open override fun toJava(): DashboardFunnelChartSortConfigurationArgs