Dashboard Column Sort Args
data class DashboardColumnSortArgs(val aggregationFunction: Output<DashboardAggregationFunctionArgs>? = null, val direction: Output<DashboardSortDirection>, val sortBy: Output<DashboardColumnIdentifierArgs>) : ConvertibleToJava<DashboardColumnSortArgs>
Constructors
Link copied to clipboard
constructor(aggregationFunction: Output<DashboardAggregationFunctionArgs>? = null, direction: Output<DashboardSortDirection>, sortBy: Output<DashboardColumnIdentifierArgs>)