Sha256: a7a1cbce4c01032c636d8ab4fbd4bcf0b4bea321e25625b9ce3de45c0e5ad56c
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 KB
Contents
# PulpAnsibleClient::CollectionVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | [optional] [readonly] **href** | **String** | | [optional] [readonly] **created_at** | **DateTime** | | **updated_at** | **DateTime** | | **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | **files** | [**Object**](.md) | A JSON field holding FILES.json data. | **requires_ansible** | **String** | | [optional] **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional] [readonly] **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional] [readonly] **download_url** | **String** | | [optional] [readonly] **name** | **String** | | [optional] [readonly] **namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) | | [optional] [readonly] **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionVersionResponse.new(version: null, href: null, created_at: null, updated_at: null, manifest: null, files: null, requires_ansible: null, artifact: null, collection: null, download_url: null, name: null, namespace: null, metadata: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.7.0 | docs/CollectionVersionResponse.md |