Dashboard Bar Chart Sort Configuration Args
data class DashboardBarChartSortConfigurationArgs(val categoryItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null, val colorItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, val colorSort: Output<List<DashboardFieldSortOptionsArgs>>? = null, val smallMultiplesLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, val smallMultiplesSort: Output<List<DashboardFieldSortOptionsArgs>>? = null) : ConvertibleToJava<DashboardBarChartSortConfigurationArgs>
Constructors
Link copied to clipboard
fun DashboardBarChartSortConfigurationArgs(categoryItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, categorySort: Output<List<DashboardFieldSortOptionsArgs>>? = null, colorItemsLimit: Output<DashboardItemsLimitConfigurationArgs>? = null, colorSort: Output<List<DashboardFieldSortOptionsArgs>>? = null, smallMultiplesLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, smallMultiplesSort: Output<List<DashboardFieldSortOptionsArgs>>? = null)