GoogleCloudDataplexV1RunTaskRequest constructor

GoogleCloudDataplexV1RunTaskRequest({
  1. Map<String, String>? args,
  2. Map<String, String>? labels,
})

Implementation

GoogleCloudDataplexV1RunTaskRequest({
  this.args,
  this.labels,
});