GetWorkersKvNamespaceFilter

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

Constructors

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

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".

Functions

Link copied to clipboard
open override fun toJava(): GetWorkersKvNamespaceFilter