TasksListRequestBody
This is a request body class for an operation.
Properties
filter_spec
Required
Specification of matching tasks. This is currently required. In the future, if it is unset, the behavior is equivalent to a Tasks.FilterSpec with all fields unset which means all tasks match the filter.
result_spec
Optional
Specification of what to return for a task. If unset, the behavior is equivalent to a Tasks.GetSpec with all fields unset which means only the data describe in Info will be returned and the result of the operation will be return.
JSON Example
{
"filter_spec": {}
}