toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (networkAttachment != null) 'networkAttachment': networkAttachment!,
if (publicIpAddressDisabled != null)
'publicIpAddressDisabled': publicIpAddressDisabled!,
if (routeAllTraffic != null) 'routeAllTraffic': routeAllTraffic!,
};