Pipeline Stage Response
data class PipelineStageResponse(val description: String? = null, val next: List<String>? = null, val type: String)
Stage configurations for all Pipeline processing and output stages.
Stage configurations for all Pipeline processing and output stages.