ResponsePolicyRulesUpdateResponse constructor
ResponsePolicyRulesUpdateResponse({
- ResponseHeader? header,
- ResponsePolicyRule? responsePolicyRule,
Implementation
ResponsePolicyRulesUpdateResponse({
this.header,
this.responsePolicyRule,
});