GoogleCloudDataplexV1Task constructor

GoogleCloudDataplexV1Task({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudDataplexV1TaskExecutionSpec? executionSpec,
  5. GoogleCloudDataplexV1TaskExecutionStatus? executionStatus,
  6. Map<String, String>? labels,
  7. String? name,
  8. GoogleCloudDataplexV1TaskNotebookTaskConfig? notebook,
  9. GoogleCloudDataplexV1TaskSparkTaskConfig? spark,
  10. String? state,
  11. GoogleCloudDataplexV1TaskTriggerSpec? triggerSpec,
  12. String? uid,
  13. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Task({
  this.createTime,
  this.description,
  this.displayName,
  this.executionSpec,
  this.executionStatus,
  this.labels,
  this.name,
  this.notebook,
  this.spark,
  this.state,
  this.triggerSpec,
  this.uid,
  this.updateTime,
});