Reference documentation and code samples for the Google Cloud Tasks V2 Client class ListTasksResponse.
Response message for listing tasks using ListTasks .
Generated from protobuf message google.cloud.tasks.v2.ListTasksResponse
Namespace
Google \ Cloud \ Tasks \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tasks
↳ next_page_token
string
A token to retrieve next page of results. To return the next page of results, call ListTasks with this value as the page_token . If the next_page_token is empty, there are no more results.
getTasks
The list of tasks.
setTasks
The list of tasks.
$this
getNextPageToken
A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token . If the next_page_token is empty, there are no more results.
string
setNextPageToken
A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token . If the next_page_token is empty, there are no more results.
var
string
$this