Skip to content

Latest commit

 

History

History
89 lines (85 loc) · 6.62 KB

File metadata and controls

89 lines (85 loc) · 6.62 KB

AlpinePackageUpload

Properties

Name Type Description Notes
architectures Vec<::models::Architecture> [optional] [default to null]
cdn_url String [optional] [default to null]
checksum_md5 String [optional] [default to null]
checksum_sha1 String [optional] [default to null]
checksum_sha256 String [optional] [default to null]
checksum_sha512 String [optional] [default to null]
dependencies_checksum_md5 String A checksum of all of the package's dependencies. [optional] [default to null]
dependencies_url String [optional] [default to null]
description String A textual description of this package. [optional] [default to null]
display_name String [optional] [default to null]
distro *::models::Distribution [optional] [default to null]
distro_version *::models::DistributionVersion [optional] [default to null]
downloads i32 [optional] [default to null]
epoch i32 The epoch of the package version (if any). [optional] [default to null]
extension String [optional] [default to null]
filename String [optional] [default to null]
files Vec<::models::PackageFile> [optional] [default to null]
format String [optional] [default to null]
format_url String [optional] [default to null]
freeable_storage i32 Amount of storage that will be freed if this package is deleted [optional] [default to null]
fully_qualified_name String [optional] [default to null]
identifier_perm String Unique and permanent identifier for the package. [optional] [default to null]
identifiers ::std::collections::HashMap<String, String> Return a map of identifier field names and their values. [optional] [default to null]
indexed bool [optional] [default to null]
is_cancellable bool [optional] [default to null]
is_copyable bool [optional] [default to null]
is_deleteable bool [optional] [default to null]
is_downloadable bool [optional] [default to null]
is_moveable bool [optional] [default to null]
is_quarantinable bool [optional] [default to null]
is_quarantined bool [optional] [default to null]
is_resyncable bool [optional] [default to null]
is_security_scannable bool [optional] [default to null]
is_sync_awaiting bool [optional] [default to null]
is_sync_completed bool [optional] [default to null]
is_sync_failed bool [optional] [default to null]
is_sync_in_flight bool [optional] [default to null]
is_sync_in_progress bool [optional] [default to null]
license String The license of this package. [optional] [default to null]
name String The name of this package. [optional] [default to null]
namespace String [optional] [default to null]
namespace_url String [optional] [default to null]
num_files i32 [optional] [default to null]
origin_repository String [optional] [default to null]
origin_repository_url String [optional] [default to null]
package_type i32 The type of package contents. [optional] [default to null]
policy_violated bool Whether or not the package has violated any policy. [optional] [default to null]
release String The release of the package version (if any). [optional] [default to null]
repository String [optional] [default to null]
repository_url String [optional] [default to null]
security_scan_completed_at String The datetime the security scanning was completed. [optional] [default to null]
security_scan_started_at String The datetime the security scanning was started. [optional] [default to null]
security_scan_status String [optional] [default to null]
security_scan_status_updated_at String The datetime the security scanning status was updated. [optional] [default to null]
self_html_url String [optional] [default to null]
self_url String [optional] [default to null]
signature_url String [optional] [default to null]
size i32 The calculated size of the package. [optional] [default to null]
slug String The public unique identifier for the package. [optional] [default to null]
slug_perm String [optional] [default to null]
stage i32 The synchronisation (in progress) stage of the package. [optional] [default to null]
stage_str String [optional] [default to null]
stage_updated_at String The datetime the package stage was updated at. [optional] [default to null]
status i32 The synchronisation status of the package. [optional] [default to null]
status_reason String A textual description for the synchronous status reason (if any [optional] [default to null]
status_str String [optional] [default to null]
status_updated_at String The datetime the package status was updated at. [optional] [default to null]
status_url String [optional] [default to null]
subtype String [optional] [default to null]
summary String A one-liner synopsis of this package. [optional] [default to null]
sync_finished_at String The datetime the package sync was finished at. [optional] [default to null]
sync_progress i32 Synchronisation progress (from 0-100) [optional] [default to null]
tags_immutable *::models::Tags [optional] [default to null]
type_display String [optional] [default to null]
uploaded_at String The date this package was uploaded. [optional] [default to null]
uploader String [optional] [default to null]
uploader_url String [optional] [default to null]
version String The raw version for this package. [optional] [default to null]
version_orig String [optional] [default to null]
vulnerability_scan_results_url String [optional] [default to null]

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