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