GoogleCloudDataplexV1TaskExecutionSpec constructor

GoogleCloudDataplexV1TaskExecutionSpec({
  1. Map<String, String>? args,
  2. String? kmsKey,
  3. String? maxJobExecutionLifetime,
  4. String? project,
  5. String? serviceAccount,
})

Implementation

GoogleCloudDataplexV1TaskExecutionSpec({
  this.args,
  this.kmsKey,
  this.maxJobExecutionLifetime,
  this.project,
  this.serviceAccount,
});