GetKvAccountPlainArgs

data class GetKvAccountPlainArgs(val status: String? = null) : ConvertibleToJava<GetKvAccountPlainArgs>

A collection of arguments for invoking getKvAccount.

Constructors

Link copied to clipboard
constructor(status: String? = null)

Properties

Link copied to clipboard
val status: String? = null

The status of the KV feature for your account. Valid values: online, offline.

Functions

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