Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.09 KB

ExclusionFilter.md

File metadata and controls

16 lines (13 loc) · 1.09 KB

IO.Swagger.Model.ExclusionFilter

Properties

Name Type Description Notes
Name ExclusionFilterName
Position int? The position of the exclusion filter
GroupId string Indicate the filter's group. All filters in the same group means an "AND" operation in the filter group
PositionInGroup int? Indicate the filter group position. This information is used for the UI purpose and must be unique in the filter group.
ChannelColumnId BeezUPCommonChannelColumnId
OperatorName ExclusionFilterOperatorName
Value string The value indicate by the user when the filter operation requires it. [optional]
Enabled bool? indicates if the filter is currently active.

[Back to Model list] [Back to API list] [Back to README]