ZyncFilterJobRange

data class ZyncFilterJobRange(val fromCount: Int, val toCount: Int, val type: ZyncFilterJobRangeType)

Data class representing a job count range filter for customer queries. Used to filter customers by the number of jobs they have.

Constructors

Link copied to clipboard
constructor(fromCount: Int, toCount: Int, type: ZyncFilterJobRangeType)

Properties

Link copied to clipboard

Minimum number of jobs (inclusive).

Link copied to clipboard

Maximum number of jobs (inclusive).

Link copied to clipboard

Type of the job range filter.