# PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **signed_collection** | **String** | The content this signature is pointing to. | **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional] [readonly] **signing_service** | **String** | The signing service used to create the signature. | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, signed_collection: null, pubkey_fingerprint: null, signing_service: null) ```