Multiple Pipeline Trigger Args
data class MultiplePipelineTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MultiplePipelineTriggerArgs>
Base class for all triggers that support one to many model for trigger to pipeline.