Distribution Response
data class DistributionResponse(val architecture: String, val cpeUri: String, val description: String, val latestVersion: VersionResponse, val maintainer: String, val url: String)
This represents a particular channel of distribution for a given package. e.g. Debian's jessie-backports dpkg mirror
Constructors
Link copied to clipboard
fun DistributionResponse(architecture: String, cpeUri: String, description: String, latestVersion: VersionResponse, maintainer: String, url: String)
Types
Properties
Link copied to clipboard
The cpe_uri in cpe format denoting the package manager version distributing a package.
Link copied to clipboard
Link copied to clipboard