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