GoogleCloudAssetV1Rule constructor

GoogleCloudAssetV1Rule({
  1. bool? allowAll,
  2. Expr? condition,
  3. ConditionEvaluation? conditionEvaluation,
  4. bool? denyAll,
  5. bool? enforce,
  6. GoogleCloudAssetV1StringValues? values,
})

Implementation

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