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

- old
+ new

@@ -4,16 +4,16 @@ require 'time' module Algolia module Search class UpdatedRuleResponse - # Unique object identifier. + # Unique identifier of a rule object. attr_accessor :object_id # Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format. attr_accessor :updated_at - # 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 # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {