Sha256: 9f9c886aa0dab989919fefb2fa6ec302a0702aa6428242688f89424ba1763795
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# PulpAnsibleClient::AnsibleCollectionVersion ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional] **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional] **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **name** | **String** | The name of the collection. | **namespace** | **String** | The namespace of the collection. | **version** | **String** | The version of the collection. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersion.new(upload: null, file: null, repository: null, name: null, namespace: null, version: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.15.1 | docs/AnsibleCollectionVersion.md |