RepositoryEventConfig constructor
RepositoryEventConfig({
- PullRequestFilter? pullRequest,
- PushFilter? push,
- String? repository,
- String? repositoryType,
Implementation
RepositoryEventConfig({
this.pullRequest,
this.push,
this.repository,
this.repositoryType,
});