Input$UpdateBranchProtectionRuleInput constructor
Input$UpdateBranchProtectionRuleInput({
- bool? allowsDeletions,
- bool? allowsForcePushes,
- required String branchProtectionRuleId,
- List<
String> ? bypassForcePushActorIds, - List<
String> ? bypassPullRequestActorIds, - String? clientMutationId,
- bool? dismissesStaleReviews,
- bool? isAdminEnforced,
- String? pattern,
- List<
String> ? pushActorIds, - int? requiredApprovingReviewCount,
- List<
String> ? requiredStatusCheckContexts, - List<
Input$RequiredStatusCheckInput> ? requiredStatusChecks, - bool? requiresApprovingReviews,
- bool? requiresCodeOwnerReviews,
- bool? requiresCommitSignatures,
- bool? requiresConversationResolution,
- bool? requiresLinearHistory,
- bool? requiresStatusChecks,
- bool? requiresStrictStatusChecks,
- bool? restrictsPushes,
- bool? restrictsReviewDismissals,
- List<
String> ? reviewDismissalActorIds,
Implementation
Input$UpdateBranchProtectionRuleInput(
{this.allowsDeletions,
this.allowsForcePushes,
required this.branchProtectionRuleId,
this.bypassForcePushActorIds,
this.bypassPullRequestActorIds,
this.clientMutationId,
this.dismissesStaleReviews,
this.isAdminEnforced,
this.pattern,
this.pushActorIds,
this.requiredApprovingReviewCount,
this.requiredStatusCheckContexts,
this.requiredStatusChecks,
this.requiresApprovingReviews,
this.requiresCodeOwnerReviews,
this.requiresCommitSignatures,
this.requiresConversationResolution,
this.requiresLinearHistory,
this.requiresStatusChecks,
this.requiresStrictStatusChecks,
this.restrictsPushes,
this.restrictsReviewDismissals,
this.reviewDismissalActorIds});