Method: PulpGemClient::GemGemContentResponse#pulp_last_updated
- Defined in:
- lib/pulp_gem_client/models/gem_gem_content_response.rb
#pulp_last_updated ⇒ Object
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.
28 29 30 |
# File 'lib/pulp_gem_client/models/gem_gem_content_response.rb', line 28 def pulp_last_updated @pulp_last_updated end |