GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.fromJson constructor

GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.fromJson(
  core.Map json_,
) : this(
      diskSizeGb: json_['diskSizeGb'] as core.int?,
      maxNodeCount: json_['maxNodeCount'] as core.int?,
      nodeCount: json_['nodeCount'] as core.int?,
    );