GetAliasPlainArgs

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

A collection of arguments for invoking getAlias.

Constructors

Link copied to clipboard
constructor(functionName: String, name: String)

Properties

Link copied to clipboard

Name of the aliased Lambda function.

Link copied to clipboard

Name of the Lambda alias.

Functions

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