TaskCreateV1

algoliasearch.ingestion.TaskCreateV1
case class TaskCreateV1(sourceID: String, destinationID: String, trigger: TaskCreateTrigger, action: ActionType, enabled: Option[Boolean], failureThreshold: Option[Int], input: Option[TaskInput], cursor: Option[String])

API request body for creating a task using the V1 shape, please use methods and types that don't contain the V1 suffix.

Value parameters

cursor

Date of the last cursor in RFC 3339 format.

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.

sourceID

Universally uniqud identifier (UUID) of a source.

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