toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (auxiliaryServicesConfig != null)
'auxiliaryServicesConfig': auxiliaryServicesConfig!,
if (kubernetesClusterConfig != null)
'kubernetesClusterConfig': kubernetesClusterConfig!,
if (stagingBucket != null) 'stagingBucket': stagingBucket!,
};