Violation constructor
Violation({
- String? assetId,
- String? nextSteps,
- String? policyId,
- String? severity,
- AssetDetails? violatedAsset,
- PolicyDetails? violatedPolicy,
- PostureDetails? violatedPosture,
Implementation
Violation({
this.assetId,
this.nextSteps,
this.policyId,
this.severity,
this.violatedAsset,
this.violatedPolicy,
this.violatedPosture,
});