OnDemandTrigger

algoliasearch.ingestion.OnDemandTrigger
case class OnDemandTrigger(`type`: OnDemandTriggerType, lastRun: Option[String]) extends TriggerTrait

The trigger information of a task of type onDemand.

Value parameters

lastRun

The last time the scheduled task ran (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