Execution constructor

Execution({
  1. String? endTime,
  2. String? evaluationId,
  3. String? inventoryTime,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? runType,
  7. String? startTime,
  8. String? state,
})

Implementation

Execution({
  this.endTime,
  this.evaluationId,
  this.inventoryTime,
  this.labels,
  this.name,
  this.runType,
  this.startTime,
  this.state,
});