SortParamRequest

data class SortParamRequest(@Json(name = "direction") val direction: Int? = null, @Json(name = "field") val field: String? = null, @Json(name = "type") val type: SortParamRequest.Type? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "direction") direction: Int? = null, @Json(name = "field") field: String? = null, @Json(name = "type") type: SortParamRequest.Type? = null)

Types

Link copied to clipboard
sealed class Type

Type Enum

Properties

Link copied to clipboard
val direction: Int? = null
Link copied to clipboard
val field: String? = null
Link copied to clipboard