Execution constructor
Execution({
- String? endTime,
- String? engine,
- String? evaluationId,
- List<
ExternalDataSources> ? externalDataSources, - String? inventoryTime,
- Map<
String, String> ? labels, - String? name,
- List<
Notice> ? notices, - Summary? resultSummary,
- List<
RuleExecutionResult> ? ruleResults, - String? runType,
- String? startTime,
- String? state,
Implementation
Execution({
this.endTime,
this.engine,
this.evaluationId,
this.externalDataSources,
this.inventoryTime,
this.labels,
this.name,
this.notices,
this.resultSummary,
this.ruleResults,
this.runType,
this.startTime,
this.state,
});