Execution constructor

Execution({
  1. String? endTime,
  2. String? engine,
  3. String? evaluationId,
  4. List<ExternalDataSources>? externalDataSources,
  5. String? inventoryTime,
  6. Map<String, String>? labels,
  7. String? name,
  8. List<Notice>? notices,
  9. Summary? resultSummary,
  10. List<RuleExecutionResult>? ruleResults,
  11. String? runType,
  12. String? startTime,
  13. 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,
});