GoogleCloudDatapipelinesV1Pipeline constructor

GoogleCloudDatapipelinesV1Pipeline({
  1. String? createTime,
  2. String? displayName,
  3. int? jobCount,
  4. String? lastUpdateTime,
  5. String? name,
  6. Map<String, String>? pipelineSources,
  7. GoogleCloudDatapipelinesV1ScheduleSpec? scheduleInfo,
  8. String? schedulerServiceAccountEmail,
  9. String? state,
  10. String? type,
  11. GoogleCloudDatapipelinesV1Workload? workload,
})

Implementation

GoogleCloudDatapipelinesV1Pipeline({
  this.createTime,
  this.displayName,
  this.jobCount,
  this.lastUpdateTime,
  this.name,
  this.pipelineSources,
  this.scheduleInfo,
  this.schedulerServiceAccountEmail,
  this.state,
  this.type,
  this.workload,
});