Sha256: 427d411931c3729f19111985901f0ffe7852b4ce7651dcfac54301b4cb708dfa
Contents?: true
Size: 983 Bytes
Versions: 30
Compression:
Stored size: 983 Bytes
Contents
# PulpAnsibleClient::GalaxyCollectionVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | **href** | **String** | Get href. | [optional] [readonly] **namespace** | [**Object**](.md) | Create a namespace dict. | [optional] [readonly] **collection** | [**Object**](.md) | Create a collection dict. | [optional] [readonly] **artifact** | [**Object**](.md) | Create an artifact dict. | [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
30 entries across 30 versions & 1 rubygems