ScheduleTrigger

algoliasearch.ingestion.ScheduleTrigger
case class ScheduleTrigger(`type`: ScheduleTriggerType, cron: String, lastRun: Option[String], nextRun: String) extends TriggerTrait

The trigger information for a task of type 'schedule'.

Value parameters

cron

A cron expression that represent at which regularity the task should run.

lastRun

The last time the scheduled task ran (RFC3339 format).

nextRun

The next scheduled run of the task (RFC3339 format).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TriggerTrait
trait Trigger
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product