InlineTaskProperties1
InlineTaskProperties1
JSON Example
{
"async_response_available": false,
"cancelable": false,
"description": "string",
"end_time": 0,
"id": "string",
"message": "string",
"progress": 0,
"request_method": "string",
"request_uri": "string",
"start_time": 0,
"status": "string",
"user": "string"
}
boolean
async_response_available
Optional
True if response for asynchronous request is available
boolean
cancelable
Optional
True if this task can be canceled
string
description
Optional
Description of the task
integer As int64
As int64
end_time
Optional
The end time of the task in epoch milliseconds
string
id
Optional
Identifier for this task
string
message
Optional
A message describing the disposition of the task
integer As int64
As int64
progress
Optional
Constraints:
minimum: 0
maximum: 100
Task progress if known, from 0 to 100
string
request_method
Optional
HTTP request method
string
request_uri
Optional
URI of the method invocation that spawned this task
integer As int64
As int64
start_time
Optional
The start time of the task in epoch milliseconds
string
status
Optional
Current status of the task
Possible values are :
running,
error,
success,
canceling,
canceled,
killed,
string
user
Optional
Name of the user who created this task