GetWorkflowRunsResponse constructor
GetWorkflowRunsResponse({
- String? nextToken,
- List<
WorkflowRun> ? runs,
Implementation
GetWorkflowRunsResponse({
this.nextToken,
this.runs,
});