Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.24 KB

File metadata and controls

20 lines (16 loc) · 1.24 KB

SwiftPackageUploadRequest

Properties

Name Type Description Notes
author_name str The name of the author of the package. [optional]
author_org str The organization of the author. [optional]
license_url str The license URL of this package. [optional]
name str The name of this package.
package_file str The primary file for the package.
readme_url str The URL of the readme for the package. [optional]
repository_url str The URL of the SCM repository for the package. [optional]
republish bool If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. [optional]
scope str A scope provides a namespace for related packages within the package registry.
tags str A comma-separated values list of tags to add to the package. [optional]
version str The raw version for this package.

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