ResponsePolicyRulesPatchResponse constructor

ResponsePolicyRulesPatchResponse({
  1. ResponseHeader? header,
  2. ResponsePolicyRule? responsePolicyRule,
})

Implementation

ResponsePolicyRulesPatchResponse({
  this.header,
  this.responsePolicyRule,
});