GetVariableValueAtManagementGroupPlainArgs

data class GetVariableValueAtManagementGroupPlainArgs(val managementGroupId: String, val variableName: String, val variableValueName: String) : ConvertibleToJava<GetVariableValueAtManagementGroupPlainArgs>

Constructors

constructor(managementGroupId: String, variableName: String, variableValueName: String)

Properties

Link copied to clipboard

The ID of the management group.

Link copied to clipboard

The name of the variable to operate on.

Link copied to clipboard

The name of the variable value to operate on.

Functions

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