SourceTriggerResponse

data class SourceTriggerResponse(val name: String, val sourceRepository: SourcePropertiesResponse, val sourceTriggerEvents: List<String>, val status: String? = null)

The properties of a source based trigger.

Constructors

Link copied to clipboard
constructor(name: String, sourceRepository: SourcePropertiesResponse, sourceTriggerEvents: List<String>, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the trigger.

Link copied to clipboard

The properties that describes the source(code) for the task.

Link copied to clipboard

The source event corresponding to the trigger.

Link copied to clipboard
val status: String? = null

The current status of trigger.