OSPolicyResourceFileResource constructor

OSPolicyResourceFileResource({
  1. String? content,
  2. OSPolicyResourceFile? file,
  3. String? path,
  4. String? permissions,
  5. String? state,
})

Implementation

OSPolicyResourceFileResource({
  this.content,
  this.file,
  this.path,
  this.permissions,
  this.state,
});