Webhook constructor

Webhook({
  1. String? branchFilter,
  2. WebhookBuildType? buildType,
  3. List<List<WebhookFilter>>? filterGroups,
  4. DateTime? lastModifiedSecret,
  5. String? payloadUrl,
  6. String? secret,
  7. String? url,
})

Implementation

Webhook({
  this.branchFilter,
  this.buildType,
  this.filterGroups,
  this.lastModifiedSecret,
  this.payloadUrl,
  this.secret,
  this.url,
});