ListWorkflowsResponse constructor

ListWorkflowsResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<Workflow>? workflows,
})

Implementation

ListWorkflowsResponse({
  this.nextPageToken,
  this.unreachable,
  this.workflows,
});