PipelineInputResponse

data class PipelineInputResponse(val description: String? = null, val next: List<String>, val type: String)

Stage configuration for Pipeline input stage.

Constructors

Link copied to clipboard
constructor(description: String? = null, next: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for stage.

Link copied to clipboard

Next stage in the pipeline.

Link copied to clipboard

ARM resource type.