GetWorkersKvNamespacesPlainArgs

data class GetWorkersKvNamespacesPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null, val order: String? = null) : ConvertibleToJava<GetWorkersKvNamespacesPlainArgs>

A collection of arguments for invoking getWorkersKvNamespaces.

Constructors

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

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val direction: String? = null

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

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

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(): GetWorkersKvNamespacesPlainArgs