Available Patch Summary Response
data class AvailablePatchSummaryResponse(val assessmentActivityId: String, val criticalAndSecurityPatchCount: Int, val error: ApiErrorResponse, val lastModifiedTime: String, val otherPatchCount: Int, val rebootPending: Boolean, val startTime: String, val status: String)
Describes the properties of an virtual machine instance view for available patch summary.
Constructors
Link copied to clipboard
fun AvailablePatchSummaryResponse(assessmentActivityId: String, criticalAndSecurityPatchCount: Int, error: ApiErrorResponse, lastModifiedTime: String, otherPatchCount: Int, rebootPending: Boolean, startTime: String, status: String)