GetAliasPlainArgs

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

Constructors

Link copied to clipboard
constructor(aliasName: String)

Properties

Link copied to clipboard

AliasName is the name for the subscription creation request. 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