GetCatalogTableStorageDescriptorSortColumn

data class GetCatalogTableStorageDescriptorSortColumn(val column: String, val sortOrder: Int)

Constructors

constructor(column: String, sortOrder: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the column.

Link copied to clipboard

Whether the column is sorted in ascending (1) or descending order (0).