lib/algolia/models/search/updated_at_response.rb in algolia-3.0.0.alpha.12 vs lib/algolia/models/search/updated_at_response.rb in algolia-3.0.0.alpha.13

- old
+ new

@@ -5,10 +5,10 @@ module Algolia module Search # 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 and this `taskID`. + # 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. attr_accessor :updated_at