Last Patch Installation Summary Response
data class LastPatchInstallationSummaryResponse(val error: ApiErrorResponse, val excludedPatchCount: Int, val failedPatchCount: Int, val installationActivityId: String, val installedPatchCount: Int, val lastModifiedTime: String, val maintenanceWindowExceeded: Boolean, val notSelectedPatchCount: Int, val pendingPatchCount: Int, val startTime: String, val status: String)
Describes the properties of the last installed patch summary.
Constructors
Link copied to clipboard
fun LastPatchInstallationSummaryResponse(error: ApiErrorResponse, excludedPatchCount: Int, failedPatchCount: Int, installationActivityId: String, installedPatchCount: Int, lastModifiedTime: String, maintenanceWindowExceeded: Boolean, notSelectedPatchCount: Int, pendingPatchCount: Int, startTime: String, status: String)