menu
googleapis package
documentation
cloudtasks/v2.dart
ListTasksResponse
ListTasksResponse constructor
ListTasksResponse constructor
dark_mode
light_mode
ListTasksResponse
constructor
ListTasksResponse
(
{
String
?
nextPageToken
,
List
<
Task
>
?
tasks
,
})
Implementation
ListTasksResponse({ this.nextPageToken, this.tasks, });
googleapis package
documentation
cloudtasks/v2
ListTasksResponse
ListTasksResponse constructor
ListTasksResponse class