toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (guestCpus != null) 'guestCpus': guestCpus!,
if (localSsdGb != null) 'localSsdGb': localSsdGb!,
if (memoryMb != null) 'memoryMb': memoryMb!,
if (minNodeCpus != null) 'minNodeCpus': minNodeCpus!,
};