Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.18 KB

PackageDistribution.md

File metadata and controls

15 lines (11 loc) · 1.18 KB

PackageDistribution

Properties

Name Type Description Notes
CpeUri string Required. The cpe_uri in CPE format denoting the package manager version distributing a package. [optional] [default to null]
Architecture *PackageArchitecture The CPU architecture for which packages in this distribution channel were built. [optional] [default to null]
LatestVersion *PackageVersion The latest available version of this package in this distribution channel. [optional] [default to null]
Maintainer string A freeform string denoting the maintainer of this package. [optional] [default to null]
Url string The distribution channel-specific homepage for this package. [optional] [default to null]
Description string The distribution channel-specific description of this package. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]