toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (appGateway != null) 'appGateway': appGateway!,
if (ingressPort != null) 'ingressPort': ingressPort!,
if (l7psc != null) 'l7psc': l7psc!,
if (type != null) 'type': type!,
if (uri != null) 'uri': uri!,
};