Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 660 Bytes

File metadata and controls

13 lines (9 loc) · 660 Bytes

PackageFileUploadRequest

Properties

Name Type Description Notes
filename str Filename for the package file upload.
md5_checksum str MD5 checksum for a POST-based package file upload. [optional]
method str The method to use for package file upload. [optional] [default to 'post']
sha256_checksum str SHA256 checksum for a PUT-based package file upload. [optional]

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