ResponsePolicyRulesPatchResponse constructor

ResponsePolicyRulesPatchResponse({
  1. ResponsePolicyRule? responsePolicyRule,
})

Implementation

ResponsePolicyRulesPatchResponse({
  this.responsePolicyRule,
});