GetKeyValueStorePlainArgs

data class GetKeyValueStorePlainArgs(val name: String) : ConvertibleToJava<GetKeyValueStorePlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the key value store.

Functions

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