ListWorkflowsResponse constructor

ListWorkflowsResponse({
  1. String? nextToken,
  2. List<String>? workflows,
})

Implementation

ListWorkflowsResponse({
  this.nextToken,
  this.workflows,
});