menu
n8n_client package
documentation
models/pagination.dart
ExecutionListResponse
ExecutionListResponse.new constructor
ExecutionListResponse.new constructor
dark_mode
light_mode
ExecutionListResponse
constructor
ExecutionListResponse
(
{
required
List
<
Map
<
String
,
dynamic
>
>
data
,
String
?
nextCursor
,
})
Implementation
ExecutionListResponse({ required this.data, this.nextCursor, });
n8n_client package
documentation
models/pagination
ExecutionListResponse
ExecutionListResponse.new constructor
ExecutionListResponse class