GoogleCloudDataplexV1Task constructor
GoogleCloudDataplexV1Task({
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudDataplexV1TaskExecutionSpec? executionSpec,
- GoogleCloudDataplexV1TaskExecutionStatus? executionStatus,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudDataplexV1TaskNotebookTaskConfig? notebook,
- GoogleCloudDataplexV1TaskSparkTaskConfig? spark,
- String? state,
- GoogleCloudDataplexV1TaskTriggerSpec? triggerSpec,
- String? uid,
- 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,
});