GetAliasPlainArgs

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

A collection of arguments for invoking getAlias.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/)

Functions

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