GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule constructor

GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule({
  1. bool? allowAll,
  2. bool? denyAll,
  3. bool? enforce,
  4. GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues? values,
})

Implementation

GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule({
  this.allowAll,
  this.denyAll,
  this.enforce,
  this.values,
});