GetWorkersKvNamespacePlainArgs

data class GetWorkersKvNamespacePlainArgs(val accountId: String, val filter: GetWorkersKvNamespaceFilter? = null, val namespaceId: String? = null) : ConvertibleToJava<GetWorkersKvNamespacePlainArgs>

A collection of arguments for invoking getWorkersKvNamespace.

Constructors

Link copied to clipboard
constructor(accountId: String, filter: GetWorkersKvNamespaceFilter? = null, namespaceId: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
Link copied to clipboard
val namespaceId: String? = null

Namespace identifier tag.

Functions

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