ListWorkflowInvocationsResponse constructor

ListWorkflowInvocationsResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<WorkflowInvocation>? workflowInvocations,
})

Implementation

ListWorkflowInvocationsResponse({
  this.nextPageToken,
  this.unreachable,
  this.workflowInvocations,
});