Details on the GetTask 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. |
GetTaskRequestLog
Details on the GetTask request.
JSON representation |
---|
{ "taskId": string } |
Fields | |
---|---|
task |
The ID of the task to get. |