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