GetVariableAtManagementGroupPlainArgs

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

Constructors

Link copied to clipboard
constructor(managementGroupId: String, variableName: String)

Properties

Link copied to clipboard

The ID of the management group.

Link copied to clipboard

The name of the variable to operate on.

Functions

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