PoliciesPatchResponse constructor

PoliciesPatchResponse({
  1. ResponseHeader? header,
  2. Policy? policy,
})

Implementation

PoliciesPatchResponse({
  this.header,
  this.policy,
});