EphemeralLocalSsdProfile.fromJson constructor
EphemeralLocalSsdProfile.fromJson(
- Map json_
Implementation
EphemeralLocalSsdProfile.fromJson(core.Map json_)
: this(
swapSizeGib: json_['swapSizeGib'] as core.String?,
swapSizePercent: json_['swapSizePercent'] as core.int?,
);