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