BranchRuleArgs

constructor(allowStaleReviews: Output<Boolean>? = null, branchRuleId: Output<String>? = null, disabled: Output<Boolean>? = null, includePattern: Output<String>? = null, location: Output<String>? = null, minimumApprovalsCount: Output<Int>? = null, minimumReviewsCount: Output<Int>? = null, project: Output<String>? = null, repositoryId: Output<String>? = null, requireCommentsResolved: Output<Boolean>? = null, requireLinearHistory: Output<Boolean>? = null, requirePullRequest: Output<Boolean>? = null)