GoogleCloudAssetV1Rule constructor
GoogleCloudAssetV1Rule({
- bool? allowAll,
- Expr? condition,
- ConditionEvaluation? conditionEvaluation,
- bool? denyAll,
- bool? enforce,
- GoogleCloudAssetV1StringValues? values,
Implementation
GoogleCloudAssetV1Rule({
this.allowAll,
this.condition,
this.conditionEvaluation,
this.denyAll,
this.enforce,
this.values,
});