CreateTriggerRequest

Request structure for creating a new Trigger

Types

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

Properties

Link copied to clipboard

The action the new Trigger performs when it fires

Link copied to clipboard

The unique identifier for the agent space where the Trigger will be created

Link copied to clipboard

A unique, case-sensitive identifier used for idempotent Trigger creation

Link copied to clipboard

The condition that fires the new Trigger

Link copied to clipboard

The initial status of the Trigger

Link copied to clipboard
val type: String?

How the new Trigger fires

Functions

Link copied to clipboard
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