GitHubEventsConfig constructor

GitHubEventsConfig({
  1. String? enterpriseConfigResourceName,
  2. String? installationId,
  3. String? name,
  4. String? owner,
  5. PullRequestFilter? pullRequest,
  6. PushFilter? push,
})

Implementation

GitHubEventsConfig({
  this.enterpriseConfigResourceName,
  this.installationId,
  this.name,
  this.owner,
  this.pullRequest,
  this.push,
});