GetAliasPlainArgs

data class GetAliasPlainArgs(val aliasName: String) : ConvertibleToJava<GetAliasPlainArgs>

Constructors

Link copied to clipboard
constructor(aliasName: String)

Properties

Link copied to clipboard

A friendly name that you can use to refer to a key. The value must begin with alias/ .

Functions

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