ConfigureExascaleCloudExadataInfrastructureRequest.fromJson constructor
ConfigureExascaleCloudExadataInfrastructureRequest.fromJson(
- 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?,
);