TaskUpdate

algoliasearch.ingestion.TaskUpdate
case class TaskUpdate(destinationID: Option[String], trigger: Option[TriggerUpdateInput], input: Option[TaskInput], enabled: Option[Boolean], failureThreshold: Option[Int])

API request body for updating a task.

Value parameters

destinationID

Universally unique identifier (UUID) of a destination resource.

enabled

Whether the task is enabled.

failureThreshold

Maximum accepted percentage of failures for a task run to finish successfully.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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