toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (gcpServiceAccountEmail != null)
'gcpServiceAccountEmail': gcpServiceAccountEmail!,
if (policyDir != null) 'policyDir': policyDir!,
if (secretType != null) 'secretType': secretType!,
if (syncRepo != null) 'syncRepo': syncRepo!,
if (syncWaitSecs != null) 'syncWaitSecs': syncWaitSecs!,
};