Installation Response
data class InstallationResponse(val architecture: String, val cpeUri: String, val license: LicenseResponse, val location: List<LocationResponse>, val name: String, val packageType: String, val version: VersionResponse)
This represents how a particular software package may be installed on a system.
Constructors
Link copied to clipboard
fun InstallationResponse(architecture: String, cpeUri: String, license: LicenseResponse, location: List<LocationResponse>, name: String, packageType: String, version: VersionResponse)
Types
Properties
Link copied to clipboard
The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.
Link copied to clipboard
Link copied to clipboard