TriggerStatusResponse

data class TriggerStatusResponse(val code: String, val message: String, val time: String)

Describes the status of a trigger

Constructors

Link copied to clipboard
constructor(code: String, message: String, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status code.

Link copied to clipboard

The detailed status message, including for alerts and error messages.

Link copied to clipboard

The time of the status.