Template Column Sort
data class TemplateColumnSort(val aggregationFunction: TemplateAggregationFunction? = null, val direction: TemplateSortDirection, val sortBy: TemplateColumnIdentifier)
Constructors
Link copied to clipboard
constructor(aggregationFunction: TemplateAggregationFunction? = null, direction: TemplateSortDirection, sortBy: TemplateColumnIdentifier)