GetPipelineStateOutput constructor

GetPipelineStateOutput({
  1. DateTime? created,
  2. String? pipelineName,
  3. int? pipelineVersion,
  4. List<StageState>? stageStates,
  5. DateTime? updated,
})

Implementation

GetPipelineStateOutput({
  this.created,
  this.pipelineName,
  this.pipelineVersion,
  this.stageStates,
  this.updated,
});