GetKeyGroupPlainArgs

data class GetKeyGroupPlainArgs(val id: String) : ConvertibleToJava<GetKeyGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The identifier for the key group.

Functions

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