Sha256: 83f970383e0434fdc74e40e4878cffa3b156efdb35682cd36e17fc4085814437
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# CloudsmithApi::SwiftPackageUploadRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **author_name** | **String** | The name of the author of the package. | [optional] **author_org** | **String** | The organization of the author. | [optional] **license_url** | **String** | The license URL of this package. | [optional] **package_file** | **String** | The primary file for the package. | **readme_url** | **String** | The URL of the readme for the package. | [optional] **repository_url** | **String** | The URL of the SCM repository for the package. | [optional] **republish** | **BOOLEAN** | 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** | **String** | A scope provides a namespace for related packages within the package registry. | **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional] **version** | **String** | The raw version for this package. |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cloudsmith-api-2.0.11 | docs/SwiftPackageUploadRequest.md |