BranchRule constructor

BranchRule({
  1. bool? allowStaleReviews,
  2. Map<String, String>? annotations,
  3. String? createTime,
  4. bool? disabled,
  5. String? etag,
  6. String? includePattern,
  7. int? minimumApprovalsCount,
  8. int? minimumReviewsCount,
  9. String? name,
  10. bool? requireCommentsResolved,
  11. bool? requireLinearHistory,
  12. bool? requirePullRequest,
  13. List<Check>? requiredStatusChecks,
  14. String? uid,
  15. String? updateTime,
})

Implementation

BranchRule({
  this.allowStaleReviews,
  this.annotations,
  this.createTime,
  this.disabled,
  this.etag,
  this.includePattern,
  this.minimumApprovalsCount,
  this.minimumReviewsCount,
  this.name,
  this.requireCommentsResolved,
  this.requireLinearHistory,
  this.requirePullRequest,
  this.requiredStatusChecks,
  this.uid,
  this.updateTime,
});