Details on the SearchTasks request and response.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
request |
The request sent to the Deliveries API. |
response |
The response returned to the client. It will be unset if the RPC call resulted in an error. |
error |
The error response returned to the client. It will be unset if the RPC call succeeded. |
SearchTasksRequestLog
Details on the SearchTasks request.
JSON representation |
---|
{ "trackingId": string, "pageSize": integer, "pageToken": string } |
Fields | |
---|---|
tracking |
Identifier for the related set of tasks that are being requested. |
page |
The maximum number of Tasks to return. The service may return fewer than this value. If unspecified, the server decides the number of results to return. |
page |
A page token, received from a previous |
SearchTasksResponseLog
Details on the SearchTasks response.
JSON representation |
---|
{
"tasks": [
{
object ( |
Fields | |
---|---|
tasks[] |
The tasks matching the given |