GetEntitlementPlainArgs

data class GetEntitlementPlainArgs(val name: String, val stackName: String) : ConvertibleToJava<GetEntitlementPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the entitlement.

Link copied to clipboard

The name of the stack.

Functions

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