Execution constructor
      
      Execution({})
     
    
    
Implementation
Execution({
  this.endTime,
  this.evaluationId,
  this.externalDataSources,
  this.inventoryTime,
  this.labels,
  this.name,
  this.notices,
  this.resultSummary,
  this.ruleResults,
  this.runType,
  this.startTime,
  this.state,
});