StartAutomationExecutionResult constructor

StartAutomationExecutionResult({
  1. String? automationExecutionId,
})

Implementation

StartAutomationExecutionResult({
  this.automationExecutionId,
});