DeliveryPipelineAttribute constructor

DeliveryPipelineAttribute({
  1. String? id,
  2. Map<String, String>? labels,
})

Implementation

DeliveryPipelineAttribute({
  this.id,
  this.labels,
});