GetAutomationExecutionResult constructor

GetAutomationExecutionResult({
  1. AutomationExecution? automationExecution,
})

Implementation

GetAutomationExecutionResult({
  this.automationExecution,
});