ListWorkflowTemplatesResponse constructor
ListWorkflowTemplatesResponse({
- String? nextPageToken,
- List<
WorkflowTemplate> ? templates, - List<
String> ? unreachable,
Implementation
ListWorkflowTemplatesResponse({
this.nextPageToken,
this.templates,
this.unreachable,
});