PoliciesPatchResponse constructor

PoliciesPatchResponse({
  1. Policy? policy,
})

Implementation

PoliciesPatchResponse({
  this.policy,
});