# PulpAnsibleClient::AnsibleCollectionVersionMarkResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_href** | **String** | | [optional] [readonly] **marked_collection** | **String** | The content this mark is pointing to. | **value** | **String** | The string value of this mark. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionMarkResponse.new(pulp_created: null, pulp_href: null, marked_collection: null, value: null) ```