Get Variable Value Result
data class GetVariableValueResult(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>)