# PulpcoreClient::PublicationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PublicationResponse.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null) ```