lib/algolia/models/search/updated_at_response.rb in algolia-3.0.0.alpha.16 vs lib/algolia/models/search/updated_at_response.rb in algolia-3.0.0.alpha.17
- old
+ new
@@ -8,10 +8,10 @@
# Response, taskID, and update timestamp.
class UpdatedAtResponse
# Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the [`task` operation](#tag/Indices/operation/getTask) and this `taskID`.
attr_accessor :task_id
- # Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
+ # Date and time when the object was updated, in RFC 3339 format.
attr_accessor :updated_at
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{