# PulpAnsibleClient::GalaxyCollectionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **name** | **String** | | **namespace** | [**Object**](.md) | Create a namespace dict. | [optional] [readonly] **href** | **String** | Get href. | [optional] [readonly] **versions_url** | **String** | Get versions_url. | [optional] [readonly] **created** | **DateTime** | | **modified** | **DateTime** | | **latest_version** | [**Object**](.md) | Get latest version. | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyCollectionResponse.new(id: null, name: null, namespace: null, href: null, versions_url: null, created: null, modified: null, latest_version: null) ```