toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (networkUri != null) 'networkUri': networkUri!,
if (region != null) 'region': region!,
if (selectedIpAddress != null) 'selectedIpAddress': selectedIpAddress!,
if (selectedIpRange != null) 'selectedIpRange': selectedIpRange!,
if (subnetworkUri != null) 'subnetworkUri': subnetworkUri!,
};