GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.fromJson constructor
GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.fromJson(
core.Map json_)
: this(
executorsCount: json_['executorsCount'] as core.int?,
maxExecutorsCount: json_['maxExecutorsCount'] as core.int?,
);