ResponsePolicyRulesUpdateResponse constructor

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

Implementation

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