Template Custom Filter Configuration
data class TemplateCustomFilterConfiguration(val categoryValue: String? = null, val matchOperator: TemplateCategoryFilterMatchOperator, val nullOption: TemplateFilterNullOption, val parameterName: String? = null, val selectAllOptions: TemplateCategoryFilterSelectAllOptions? = null)
Constructors
Link copied to clipboard
constructor(categoryValue: String? = null, matchOperator: TemplateCategoryFilterMatchOperator, nullOption: TemplateFilterNullOption, parameterName: String? = null, selectAllOptions: TemplateCategoryFilterSelectAllOptions? = null)
Properties
Link copied to clipboard
The category value for the filter. This field is mutually exclusive to ParameterName
.
Link copied to clipboard
The match operator that is used to determine if a filter should be applied.
Link copied to clipboard
This option determines how null values should be treated when filtering data.
Link copied to clipboard
The parameter whose value should be used for the filter value. This field is mutually exclusive to CategoryValue
.
Link copied to clipboard
Select all of the values. Null is not the assigned value of select all.