Input$DeleteBranchProtectionRuleInput constructor

Input$DeleteBranchProtectionRuleInput({
  1. required String branchProtectionRuleId,
  2. String? clientMutationId,
})

Implementation

Input$DeleteBranchProtectionRuleInput(
    {required this.branchProtectionRuleId, this.clientMutationId});