RunPipelineRequest constructor

RunPipelineRequest({
  1. Map<String, String>? labels,
  2. Pipeline? pipeline,
  3. String? pubSubTopic,
})

Implementation

RunPipelineRequest({
  this.labels,
  this.pipeline,
  this.pubSubTopic,
});