Pipeline Run Request Response
data class PipelineRunRequestResponse(val artifacts: List<String>? = null, val catalogDigest: String? = null, val pipelineResourceId: String? = null, val source: PipelineRunSourcePropertiesResponse? = null, val target: PipelineRunTargetPropertiesResponse? = null)
The request properties provided for a pipeline run.
Constructors
Link copied to clipboard
fun PipelineRunRequestResponse(artifacts: List<String>? = null, catalogDigest: String? = null, pipelineResourceId: String? = null, source: PipelineRunSourcePropertiesResponse? = null, target: PipelineRunTargetPropertiesResponse? = null)