DashboardComboChartSortConfigurationArgs

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

Constructors

Link copied to clipboard
constructor(categoryItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null, colorItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, colorSort: Output<List<DashboardFieldSortOptionsArgs>>? = null)

Properties

Link copied to clipboard

The item limit configuration for the category field well of a combo chart.

Link copied to clipboard

The sort configuration of the category field well in a combo chart.

Link copied to clipboard

The item limit configuration of the color field well in a combo chart.

Link copied to clipboard

The sort configuration of the color field well in a combo chart.

Functions

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