Get Variable Result
data class GetVariableResult(val columns: List<PolicyVariableColumnResponse>, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
The variable.
Constructors
Link copied to clipboard
constructor(columns: List<PolicyVariableColumnResponse>, id: String, name: String, systemData: SystemDataResponse, type: String)