Pipeline constructor
Pipeline({
- List<
PipelineActivity> ? activities, - String? arn,
- DateTime? creationTime,
- DateTime? lastUpdateTime,
- String? name,
- List<
ReprocessingSummary> ? reprocessingSummaries,
Implementation
Pipeline({
this.activities,
this.arn,
this.creationTime,
this.lastUpdateTime,
this.name,
this.reprocessingSummaries,
});