ListWorkflowInvocationsResponse constructor
ListWorkflowInvocationsResponse({
- String? nextPageToken,
- List<
String> ? unreachable, - List<
WorkflowInvocation> ? workflowInvocations,
Implementation
ListWorkflowInvocationsResponse({
this.nextPageToken,
this.unreachable,
this.workflowInvocations,
});