Sha256: 5a5a06787f218f028a968fcd4d8d29999cd422d39abeb7281a05245c9e58bd8f
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
# PulpAnsibleClient::CollectionVersionRead ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | [optional] [readonly] **certification** | **String** | | [optional] **href** | **String** | | [optional] [readonly] **created_at** | **DateTime** | | **updated_at** | **DateTime** | | **artifact** | **String** | | [optional] [readonly] **collection** | [**CollectionRef**](CollectionRef.md) | | [optional] **download_url** | **String** | | [optional] [readonly] **name** | **String** | | [optional] [readonly] **namespace** | [**CollectionNamespace**](CollectionNamespace.md) | | [optional] **metadata** | [**CollectionMetadata**](CollectionMetadata.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionVersionRead.new(version: null, certification: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b14 | docs/CollectionVersionRead.md |
pulp_ansible_client-0.2.0b13 | docs/CollectionVersionRead.md |