menu
googleapis package
documentation
run/v1.dart
ListTasksResponse
ListTasksResponse constructor
ListTasksResponse constructor
dark_mode
light_mode
ListTasksResponse
constructor
ListTasksResponse
(
{
String
?
apiVersion
,
List
<
Task
>
?
items
,
String
?
kind
,
ListMeta
?
metadata
,
List
<
String
>
?
unreachable
,
})
Implementation
ListTasksResponse({ this.apiVersion, this.items, this.kind, this.metadata, this.unreachable, });
googleapis package
documentation
run/v1
ListTasksResponse
ListTasksResponse constructor
ListTasksResponse class