Upgrade Occurrence Response
data class UpgradeOccurrenceResponse(val distribution: UpgradeDistributionResponse, val package: String, val parsedVersion: VersionResponse)
An Upgrade Occurrence represents that a specific resource_url could install a specific upgrade. This presence is supplied via local sources (i.e. it is present in the mirror and the running system has noticed its availability).
Constructors
Link copied to clipboard
fun UpgradeOccurrenceResponse(distribution: UpgradeDistributionResponse, package: String, parsedVersion: VersionResponse)