BranchRule constructor
BranchRule({
- bool? allowStaleReviews,
- Map<
String, String> ? annotations, - String? createTime,
- bool? disabled,
- String? etag,
- String? includePattern,
- int? minimumApprovalsCount,
- int? minimumReviewsCount,
- String? name,
- bool? requireCommentsResolved,
- bool? requireLinearHistory,
- bool? requirePullRequest,
- List<
Check> ? requiredStatusChecks, - String? uid,
- 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,
});