lib/algolia/models/ingestion/schedule_trigger_input.rb in algolia-3.0.0.alpha.15 vs lib/algolia/models/ingestion/schedule_trigger_input.rb in algolia-3.0.0.alpha.16
- old
+ new
@@ -3,14 +3,14 @@
require 'date'
require 'time'
module Algolia
module Ingestion
- # The trigger input for a task of type 'schedule'.
+ # Trigger input for scheduled tasks.
class ScheduleTriggerInput
attr_accessor :type
- # A cron expression that represent at which regularity the task should run.
+ # Cron expression for the task's schedule.
attr_accessor :cron
class EnumAttributeValidator
attr_reader :datatype
attr_reader :allowable_values