DeveloperConnectEventConfig constructor
      
      DeveloperConnectEventConfig({ 
    
    
- String? gitRepositoryLink,
- String? gitRepositoryLinkType,
- PullRequestFilter? pullRequest,
- PushFilter? push,
Implementation
DeveloperConnectEventConfig({
  this.gitRepositoryLink,
  this.gitRepositoryLinkType,
  this.pullRequest,
  this.push,
});