TasksGetSpec

The Tasks.GetSpec structure describes what data should be included when retrieving information about a task.


Properties

boolean
exclude_result Optional

If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.


boolean
return_all Optional

If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.

JSON Example

{
	"exclude_result": false,
	"return_all": false
}
Property Of

TasksListRequestBody

Feedback

Was this page helpful?