Get Variable Value At Management Group Result
data class GetVariableValueAtManagementGroupResult(val id: String, val name: String, val systemData: SystemDataResponse, val type: String, val values: List<PolicyVariableValueColumnValueResponse>)
The variable value.
Constructors
Link copied to clipboard
constructor(id: String, name: String, systemData: SystemDataResponse, type: String, values: List<PolicyVariableValueColumnValueResponse>)