toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (ipAddress != null) 'ipAddress': ipAddress!,
if (ipv6Address != null) 'ipv6Address': ipv6Address!,
if (projectIdOrNum != null) 'projectIdOrNum': projectIdOrNum!,
if (secondaryIpCidrRanges != null)
'secondaryIpCidrRanges': secondaryIpCidrRanges!,
if (status != null) 'status': status!,
if (subnetwork != null) 'subnetwork': subnetwork!,
if (subnetworkCidrRange != null)
'subnetworkCidrRange': subnetworkCidrRange!,
};