toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appsScriptProject = this.appsScriptProject;
final authConfigId = this.authConfigId;
return {
'appsScriptProject': ?appsScriptProject,
'authConfigId': ?authConfigId,
};
}