Blob Events Trigger Response
data class BlobEventsTriggerResponse(val annotations: List<Any>? = null, val blobPathBeginsWith: String? = null, val blobPathEndsWith: String? = null, val description: String? = null, val events: List<String>, val ignoreEmptyBlobs: Boolean? = null, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val runtimeState: String, val scope: String, val type: String)
Trigger that runs every time a Blob event occurs.
Constructors
Link copied to clipboard
fun BlobEventsTriggerResponse(annotations: List<Any>? = null, blobPathBeginsWith: String? = null, blobPathEndsWith: String? = null, description: String? = null, events: List<String>, ignoreEmptyBlobs: Boolean? = null, pipelines: List<TriggerPipelineReferenceResponse>? = null, runtimeState: String, scope: String, type: String)