Input$UpdateBranchProtectionRuleInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
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})
-
-
Input$UpdateBranchProtectionRuleInput.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({bool? allowsDeletions()?, bool? allowsForcePushes()?, 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()?})
→ Input$UpdateBranchProtectionRuleInput
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited