GetWorkflowRunsResponse constructor

GetWorkflowRunsResponse({
  1. String? nextToken,
  2. List<WorkflowRun>? runs,
})

Implementation

GetWorkflowRunsResponse({
  this.nextToken,
  this.runs,
});