Pipeline constructor

Pipeline({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? cryptoKeyName,
  4. List<GoogleCloudEventarcV1PipelineDestination>? destinations,
  5. String? displayName,
  6. String? etag,
  7. GoogleCloudEventarcV1PipelineMessagePayloadFormat? inputPayloadFormat,
  8. Map<String, String>? labels,
  9. LoggingConfig? loggingConfig,
  10. List<GoogleCloudEventarcV1PipelineMediation>? mediations,
  11. String? name,
  12. GoogleCloudEventarcV1PipelineRetryPolicy? retryPolicy,
  13. String? uid,
  14. String? updateTime,
})

Implementation

Pipeline({
  this.annotations,
  this.createTime,
  this.cryptoKeyName,
  this.destinations,
  this.displayName,
  this.etag,
  this.inputPayloadFormat,
  this.labels,
  this.loggingConfig,
  this.mediations,
  this.name,
  this.retryPolicy,
  this.uid,
  this.updateTime,
});