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