Assignment Report Response
data class AssignmentReportResponse(val assignment: AssignmentInfoResponse? = null, val complianceStatus: String, val endTime: String, val id: String, val operationType: String, val reportId: String, val resources: List<AssignmentReportResourceResponse>? = null, val startTime: String, val vm: VMInfoResponse? = null)
Constructors
Link copied to clipboard
fun AssignmentReportResponse(assignment: AssignmentInfoResponse? = null, complianceStatus: String, endTime: String, id: String, operationType: String, reportId: String, resources: List<AssignmentReportResourceResponse>? = null, startTime: String, vm: VMInfoResponse? = null)