GoogleCloudDataplexV1Job constructor

GoogleCloudDataplexV1Job({
  1. String? endTime,
  2. GoogleCloudDataplexV1TaskExecutionSpec? executionSpec,
  3. Map<String, String>? labels,
  4. String? message,
  5. String? name,
  6. int? retryCount,
  7. String? service,
  8. String? serviceJob,
  9. String? startTime,
  10. String? state,
  11. String? trigger,
  12. String? uid,
})

Implementation

GoogleCloudDataplexV1Job({
  this.endTime,
  this.executionSpec,
  this.labels,
  this.message,
  this.name,
  this.retryCount,
  this.service,
  this.serviceJob,
  this.startTime,
  this.state,
  this.trigger,
  this.uid,
});