OnDemandTrigger

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

Trigger information for manually-triggered tasks.

Value parameters

lastRun

The last time the scheduled task ran in RFC 3339 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