Report constructor
Report({
- String? createTime,
- IaCValidationReport? iacValidationReport,
- String? name,
- String? updateTime,
Implementation
Report({
this.createTime,
this.iacValidationReport,
this.name,
this.updateTime,
});