GetVariableAtManagementGroupPlainArgs

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

Constructors

Link copied to clipboard
fun GetVariableAtManagementGroupPlainArgs(managementGroupId: String, variableName: String)

Functions

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

Properties

Link copied to clipboard

The ID of the management group.

Link copied to clipboard

The name of the variable to operate on.