Dashboard Data Path Sort
data class DashboardDataPathSort(val direction: DashboardSortDirection, val sortPaths: List<DashboardDataPathValue>)
Constructors
Link copied to clipboard
fun DashboardDataPathSort(direction: DashboardSortDirection, sortPaths: List<DashboardDataPathValue>)