OSPolicy constructor

OSPolicy({
  1. bool? allowNoResourceGroupMatch,
  2. String? description,
  3. String? id,
  4. String? mode,
  5. List<OSPolicyResourceGroup>? resourceGroups,
})

Implementation

OSPolicy({
  this.allowNoResourceGroupMatch,
  this.description,
  this.id,
  this.mode,
  this.resourceGroups,
});