AutomationExecutionMetadata constructor

AutomationExecutionMetadata({
  1. String? associationId,
  2. String? automationExecutionId,
  3. AutomationExecutionStatus? automationExecutionStatus,
  4. AutomationSubtype? automationSubtype,
  5. AutomationType? automationType,
  6. String? changeRequestName,
  7. String? currentAction,
  8. String? currentStepName,
  9. String? documentName,
  10. String? documentVersion,
  11. String? executedBy,
  12. DateTime? executionEndTime,
  13. DateTime? executionStartTime,
  14. String? failureMessage,
  15. String? logFile,
  16. String? maxConcurrency,
  17. String? maxErrors,
  18. ExecutionMode? mode,
  19. String? opsItemId,
  20. Map<String, List<String>>? outputs,
  21. String? parentAutomationExecutionId,
  22. ResolvedTargets? resolvedTargets,
  23. List<Runbook>? runbooks,
  24. DateTime? scheduledTime,
  25. String? target,
  26. List<Map<String, List<String>>>? targetMaps,
  27. String? targetParameterName,
  28. List<Target>? targets,
})

Implementation

AutomationExecutionMetadata({
  this.associationId,
  this.automationExecutionId,
  this.automationExecutionStatus,
  this.automationSubtype,
  this.automationType,
  this.changeRequestName,
  this.currentAction,
  this.currentStepName,
  this.documentName,
  this.documentVersion,
  this.executedBy,
  this.executionEndTime,
  this.executionStartTime,
  this.failureMessage,
  this.logFile,
  this.maxConcurrency,
  this.maxErrors,
  this.mode,
  this.opsItemId,
  this.outputs,
  this.parentAutomationExecutionId,
  this.resolvedTargets,
  this.runbooks,
  this.scheduledTime,
  this.target,
  this.targetMaps,
  this.targetParameterName,
  this.targets,
});