Sha256: be0339c3da20a3bd4f1b48198dc1ff2a7144047bdd004cced3961bca05360bd7
Contents?: true
Size: 1.4 KB
Versions: 8
Compression:
Stored size: 1.4 KB
Contents
# PulpAnsibleClient::CollectionVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | [optional] [readonly] **href** | **String** | | [optional] [readonly] **created_at** | **DateTime** | | **updated_at** | **DateTime** | | **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, artifact: null, collection: null, download_url: null, name: null, namespace: null, metadata: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems