Pipeline constructor
Pipeline({
- Map<
String, String> ? annotations, - String? createTime,
- String? cryptoKeyName,
- List<
GoogleCloudEventarcV1PipelineDestination> ? destinations, - String? displayName,
- String? etag,
- GoogleCloudEventarcV1PipelineMessagePayloadFormat? inputPayloadFormat,
- Map<
String, String> ? labels, - LoggingConfig? loggingConfig,
- List<
GoogleCloudEventarcV1PipelineMediation> ? mediations, - String? name,
- GoogleCloudEventarcV1PipelineRetryPolicy? retryPolicy,
- String? uid,
- 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,
});