# 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) ```