toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (addonsNodePort != null) 'addonsNodePort': addonsNodePort!,
if (controlPlaneNodePort != null)
'controlPlaneNodePort': controlPlaneNodePort!,
if (ingressHttpNodePort != null)
'ingressHttpNodePort': ingressHttpNodePort!,
if (ingressHttpsNodePort != null)
'ingressHttpsNodePort': ingressHttpsNodePort!,
if (konnectivityServerNodePort != null)
'konnectivityServerNodePort': konnectivityServerNodePort!,
};