toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (sourceNatActiveIps != null)
'sourceNatActiveIps': sourceNatActiveIps!,
if (sourceNatActiveRanges != null)
'sourceNatActiveRanges': sourceNatActiveRanges!,
if (sourceNatDrainIps != null) 'sourceNatDrainIps': sourceNatDrainIps!,
if (sourceNatDrainRanges != null)
'sourceNatDrainRanges': sourceNatDrainRanges!,
};