toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final approvalConfig = this.approvalConfig;
final autodetect = this.autodetect;
final bitbucketServerTriggerConfig = this.bitbucketServerTriggerConfig;
final build = this.build;
final createTime = this.createTime;
final description = this.description;
final developerConnectEventConfig = this.developerConnectEventConfig;
final disabled = this.disabled;
final eventType = this.eventType;
final filename = this.filename;
final filter = this.filter;
final gitFileSource = this.gitFileSource;
final github = this.github;
final gitlabEnterpriseEventsConfig = this.gitlabEnterpriseEventsConfig;
final id = this.id;
final ignoredFiles = this.ignoredFiles;
final includeBuildLogs = this.includeBuildLogs;
final includedFiles = this.includedFiles;
final name = this.name;
final pubsubConfig = this.pubsubConfig;
final repositoryEventConfig = this.repositoryEventConfig;
final resourceName = this.resourceName;
final serviceAccount = this.serviceAccount;
final sourceToBuild = this.sourceToBuild;
final substitutions = this.substitutions;
final tags = this.tags;
final triggerTemplate = this.triggerTemplate;
final webhookConfig = this.webhookConfig;
return {
'approvalConfig': ?approvalConfig,
'autodetect': ?autodetect,
'bitbucketServerTriggerConfig': ?bitbucketServerTriggerConfig,
'build': ?build,
'createTime': ?createTime,
'description': ?description,
'developerConnectEventConfig': ?developerConnectEventConfig,
'disabled': ?disabled,
'eventType': ?eventType,
'filename': ?filename,
'filter': ?filter,
'gitFileSource': ?gitFileSource,
'github': ?github,
'gitlabEnterpriseEventsConfig': ?gitlabEnterpriseEventsConfig,
'id': ?id,
'ignoredFiles': ?ignoredFiles,
'includeBuildLogs': ?includeBuildLogs,
'includedFiles': ?includedFiles,
'name': ?name,
'pubsubConfig': ?pubsubConfig,
'repositoryEventConfig': ?repositoryEventConfig,
'resourceName': ?resourceName,
'serviceAccount': ?serviceAccount,
'sourceToBuild': ?sourceToBuild,
'substitutions': ?substitutions,
'tags': ?tags,
'triggerTemplate': ?triggerTemplate,
'webhookConfig': ?webhookConfig,
};
}