GitHubEventsConfig constructor
GitHubEventsConfig({
- String? enterpriseConfigResourceName,
- String? installationId,
- String? name,
- String? owner,
- PullRequestFilter? pullRequest,
- PushFilter? push,
Implementation
GitHubEventsConfig({
this.enterpriseConfigResourceName,
this.installationId,
this.name,
this.owner,
this.pullRequest,
this.push,
});