Get Report Result
data class GetReportResult(val id: String, val name: String, val properties: ReportPropertiesResponse, val systemData: SystemDataResponse, val type: String)
A class represent an AppComplianceAutomation report resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ReportPropertiesResponse, systemData: SystemDataResponse, type: String)