DeliveryPipeline constructor

DeliveryPipeline({
  1. Map<String, String>? annotations,
  2. PipelineCondition? condition,
  3. String? createTime,
  4. String? description,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. SerialPipeline? serialPipeline,
  9. bool? suspended,
  10. String? uid,
  11. String? updateTime,
})

Implementation

DeliveryPipeline({
  this.annotations,
  this.condition,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.serialPipeline,
  this.suspended,
  this.uid,
  this.updateTime,
});