FilterField

Parameters

connectionId
UUID
The unique identifier that represents a specific connection. format: uuid
name
String
The name of the filter field.
overrideValues (optional)
Boolean
Indicates whether the values of this filter field should override the values of the filter fields (with same name and connectionId) previously applied in the filter chain, if any. Default is false.
selectExcluded (optional)
Boolean
Indicates whether apply the excluded values of the filter field values. Default is false.
values
array[FilterFieldValue]
The values of the filter field. If OverrideValues flag is set to false or SelectExcluded flag is set to true the array must not be empty.