IncludeVariable
Include variables in tasks search response
- Schema
 - Example value
 
{
    "name": string,
}
{
  "name": "variableName",
  "alwaysReturnFullValue": false
}
Fields
IncludeVariable.name ● string non-null
The name of the variable
IncludeVariable.alwaysReturnFullValue ● boolean
Indicates if the full value of the variable should be returned when it exceeds 8191 characters length limit. (default: false)
Member of
TaskSearchRequest object
VariablesSearchRequest object