Sha256: b743eb366cb6e685a0e999cad4dcf7b9b1d695b5e459f3e3c46f745d121bdabf
Contents?: true
Size: 901 Bytes
Versions: 59
Compression:
Stored size: 901 Bytes
Contents
# PulpAnsibleClient::GalaxyCollectionVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | **href** | **String** | | [optional] [readonly] **namespace** | [**Object**](.md) | | [optional] [readonly] **collection** | [**Object**](.md) | | [optional] [readonly] **artifact** | [**Object**](.md) | | [optional] [readonly] **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyCollectionVersionResponse.new(version: null, href: null, namespace: null, collection: null, artifact: null, metadata: null) ```
Version data entries
59 entries across 59 versions & 1 rubygems