Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class ListTasksResponse.
The ListTasks
response that contains the set of Tasks that meet the filter
criteria in the ListTasksRequest
.
Generated from protobuf message maps.fleetengine.delivery.v1.ListTasksResponse
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tasks
array< Task
>
The set of Tasks that meet the requested filtering criteria. When no filter is specified, the request returns all tasks. A successful response can also be empty. An empty response indicates that no Tasks were found meeting the requested filter criteria.
↳ next_page_token
string
Pass this token in the ListTasksRequest
to continue to list results. If all results have been returned, then this field is either an empty string, or it doesn't appear in the response.
↳ total_size
int|string
The total number of Tasks that match the request criteria, across all pages.
getTasks
The set of Tasks that meet the requested filtering criteria. When no filter is specified, the request returns all tasks. A successful response can also be empty. An empty response indicates that no Tasks were found meeting the requested filter criteria.
setTasks
The set of Tasks that meet the requested filtering criteria. When no filter is specified, the request returns all tasks. A successful response can also be empty. An empty response indicates that no Tasks were found meeting the requested filter criteria.
$this
getNextPageToken
Pass this token in the ListTasksRequest
to continue to list results.
If all results have been returned, then this field is either an empty string, or it doesn't appear in the response.
string
setNextPageToken
Pass this token in the ListTasksRequest
to continue to list results.
If all results have been returned, then this field is either an empty string, or it doesn't appear in the response.
var
string
$this
getTotalSize
The total number of Tasks that match the request criteria, across all pages.
int|string
setTotalSize
The total number of Tasks that match the request criteria, across all pages.
var
int|string
$this