GoogleCloudDatapipelinesV1Job constructor

GoogleCloudDatapipelinesV1Job({
  1. String? createTime,
  2. GoogleCloudDatapipelinesV1DataflowJobDetails? dataflowJobDetails,
  3. String? endTime,
  4. String? id,
  5. String? name,
  6. String? state,
  7. GoogleRpcStatus? status,
})

Implementation

GoogleCloudDatapipelinesV1Job({
  this.createTime,
  this.dataflowJobDetails,
  this.endTime,
  this.id,
  this.name,
  this.state,
  this.status,
});