GoogleCloudOrgpolicyV2PolicySpecPolicyRule constructor

GoogleCloudOrgpolicyV2PolicySpecPolicyRule({
  1. bool? allowAll,
  2. GoogleTypeExpr? condition,
  3. bool? denyAll,
  4. bool? enforce,
  5. GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues? values,
})

Implementation

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