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

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

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

Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)

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