Dashboard Tree Map Sort Configuration Args
data class DashboardTreeMapSortConfigurationArgs(val treeMapGroupItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, val treeMapSort: Output<List<DashboardFieldSortOptionsArgs>>? = null) : ConvertibleToJava<DashboardTreeMapSortConfigurationArgs>
Constructors
Link copied to clipboard
constructor(treeMapGroupItemsLimitConfiguration: Output<DashboardItemsLimitConfigurationArgs>? = null, treeMapSort: Output<List<DashboardFieldSortOptionsArgs>>? = null)