lib/algolia/models/search/updated_rule_response.rb in algolia-3.0.0.alpha.16 vs lib/algolia/models/search/updated_rule_response.rb in algolia-3.0.0.alpha.17

- old
+ new

@@ -7,10 +7,10 @@ module Search class UpdatedRuleResponse # 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. + # Date and time when the object was updated, in RFC 3339 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](#tag/Indices/operation/getTask) and this `taskID`. attr_accessor :task_id