ResponsePoliciesPatchResponse constructor
ResponsePoliciesPatchResponse({
- ResponseHeader? header,
- ResponsePolicy? responsePolicy,
Implementation
ResponsePoliciesPatchResponse({
this.header,
this.responsePolicy,
});