PoliciesPatchResponse constructor
PoliciesPatchResponse({
- ResponseHeader? header,
- Policy? policy,
Implementation
PoliciesPatchResponse({
this.header,
this.policy,
});