GetAliasPlainArgs

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

Constructors

Link copied to clipboard
constructor(aliasName: String)

Properties

Link copied to clipboard

Name for this subscription creation request also known as alias. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.

Functions

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