lib/algolia/models/ingestion/trigger_update_input.rb in algolia-3.0.0.alpha.15 vs lib/algolia/models/ingestion/trigger_update_input.rb in algolia-3.0.0.alpha.16
- old
+ new
@@ -3,12 +3,12 @@
require 'date'
require 'time'
module Algolia
module Ingestion
- # The trigger input for a task update.
+ # Trigger for a task update.
class TriggerUpdateInput
- # A cron expression that represent at which regularity the task should run.
+ # Cron expression for the task's schedule.
attr_accessor :cron
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{