toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cloudInstanceId != null) 'cloudInstanceId': cloudInstanceId!,
if (cloudProjectId != null) 'cloudProjectId': cloudProjectId!,
if (cloudProvider != null) 'cloudProvider': cloudProvider!,
if (cloudRegion != null) 'cloudRegion': cloudRegion!,
if (cloudVirtualNetworkIds != null)
'cloudVirtualNetworkIds': cloudVirtualNetworkIds!,
if (cloudVpcId != null) 'cloudVpcId': cloudVpcId!,
if (cloudZone != null) 'cloudZone': cloudZone!,
if (os != null) 'os': os!,
};