toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributes != null) 'attributes': attributes!,
if (basePath != null) 'basePath': basePath!,
if (deploymentGroups != null) 'deploymentGroups': deploymentGroups!,
if (endpoints != null) 'endpoints': endpoints!,
if (location != null) 'location': location!,
if (name != null) 'name': name!,
if (proxyUid != null) 'proxyUid': proxyUid!,
if (serviceAccount != null) 'serviceAccount': serviceAccount!,
if (uid != null) 'uid': uid!,
};