ZSCustom Field Filter
data class ZSCustomFieldFilter(val fieldAPIName: String, val filterValue: String, val matchType: ZSCustomFieldFilter.MatchType = MatchType.CONTAINS)
A filter used to apply matching conditions to a custom field.
Constructors
Link copied to clipboard
constructor(fieldAPIName: String, filterValue: String, matchType: ZSCustomFieldFilter.MatchType = MatchType.CONTAINS)