GetApiKeyPlainArgs

data class GetApiKeyPlainArgs(val apiKeyId: String) : ConvertibleToJava<GetApiKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(apiKeyId: String)

Properties

Link copied to clipboard

The ID for the API key. For example: abc123 .

Functions

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