GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources constructor

GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources({
  1. int? executorsCount,
  2. int? maxExecutorsCount,
})

Implementation

GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources({
  this.executorsCount,
  this.maxExecutorsCount,
});