Upgrade Note Response
data class UpgradeNoteResponse(val distributions: List<UpgradeDistributionResponse>, val package: String, val version: VersionResponse)
An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be a Upgrade Note.
Constructors
Link copied to clipboard
fun UpgradeNoteResponse(distributions: List<UpgradeDistributionResponse>, package: String, version: VersionResponse)