ZSCustomFieldFilter

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)
constructor(fieldAPIName: String, filterValue: String, matchType: ZSCustomFieldFilter.MatchType = MatchType.CONTAINS)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard