ListWorkflowConfigsResponse constructor
ListWorkflowConfigsResponse({
- String? nextPageToken,
- List<
String> ? unreachable, - List<
WorkflowConfig> ? workflowConfigs,
Implementation
ListWorkflowConfigsResponse({
this.nextPageToken,
this.unreachable,
this.workflowConfigs,
});