# PulpAnsibleClient::AnsibleCollection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the Collection. | **namespace** | **String** | The namespace of the Collection. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollection.new(name: null, namespace: null) ```