ResponsePoliciesPatchResponse constructor

ResponsePoliciesPatchResponse({
  1. ResponseHeader? header,
  2. ResponsePolicy? responsePolicy,
})

Implementation

ResponsePoliciesPatchResponse({
  this.header,
  this.responsePolicy,
});