Trigger

class Trigger

A Trigger fires on a schedule and invokes an agent

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action this Trigger performs when it fires

Link copied to clipboard

The agent space this Trigger belongs to

Link copied to clipboard

The condition that fires this Trigger

Link copied to clipboard

Timestamp when this Trigger was created

Link copied to clipboard

The status of this Trigger

Link copied to clipboard

The unique identifier for this Trigger

Link copied to clipboard

How this Trigger fires

Link copied to clipboard

Timestamp when this Trigger was last updated

Functions

Link copied to clipboard
inline fun copy(block: Trigger.Builder.() -> Unit = {}): Trigger
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String