StartWorkflowRunResponse constructor

StartWorkflowRunResponse({
  1. String? runId,
})

Implementation

StartWorkflowRunResponse({
  this.runId,
});