# PulpAnsibleClient::GalaxyCollectionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | **namespace** | **String** | | **href** | **String** | | [optional] [readonly] **versions_url** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyCollectionResponse.new(name: null, namespace: null, href: null, versions_url: null) ```