GetWorkersKvNamespaceFilter

data class GetWorkersKvNamespaceFilter(val direction: String? = null, val order: String? = null)

Constructors

Link copied to clipboard
constructor(direction: String? = null, order: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

Direction to order namespaces. Available values: "asc", "desc".

Link copied to clipboard
val order: String? = null

Field to order results by. Available values: "id", "title".