FutureResourcesSpecLocalSsdPartition.fromJson constructor
FutureResourcesSpecLocalSsdPartition.fromJson(
- Map json_
Implementation
FutureResourcesSpecLocalSsdPartition.fromJson(core.Map json_)
: this(
diskInterface: json_['diskInterface'] as core.String?,
diskSizeGb: json_['diskSizeGb'] as core.String?,
);