ConfigureExascaleCloudExadataInfrastructureRequest.fromJson constructor

ConfigureExascaleCloudExadataInfrastructureRequest.fromJson(
  1. Map json_
)

Implementation

ConfigureExascaleCloudExadataInfrastructureRequest.fromJson(core.Map json_)
  : this(
      requestId: json_['requestId'] as core.String?,
      totalStorageSizeGb: json_['totalStorageSizeGb'] as core.int?,
      totalVmStorageSizeGb: json_['totalVmStorageSizeGb'] as core.int?,
    );