Custom Events Trigger Response
data class CustomEventsTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val events: List<Any>, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val runtimeState: String, val scope: String, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null, val type: String)
Trigger that runs every time a custom event is received.