menu
googleapis package
documentation
workflows/v1.dart
ListWorkflowsResponse
ListWorkflowsResponse constructor
ListWorkflowsResponse constructor
dark_mode
light_mode
ListWorkflowsResponse
constructor
ListWorkflowsResponse
(
{
String
?
nextPageToken
,
List
<
String
>
?
unreachable
,
List
<
Workflow
>
?
workflows
,
})
Implementation
ListWorkflowsResponse({ this.nextPageToken, this.unreachable, this.workflows, });
googleapis package
documentation
workflows/v1
ListWorkflowsResponse
ListWorkflowsResponse constructor
ListWorkflowsResponse class