GetWorkflowRunResponse constructor

GetWorkflowRunResponse({
  1. WorkflowRun? run,
})

Implementation

GetWorkflowRunResponse({
  this.run,
});