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