OSPolicyResourceExecResource constructor

OSPolicyResourceExecResource({
  1. OSPolicyResourceExecResourceExec? enforce,
  2. OSPolicyResourceExecResourceExec? validate,
})

Implementation

OSPolicyResourceExecResource({
  this.enforce,
  this.validate,
});