ZyncFilterDateRange

data class ZyncFilterDateRange(val fromDate: String, val toDate: String, val type: ZyncFilterDateRangeType)

Data class representing a date range filter for job queries. Dates should be in ISO format (e.g., "2023-12-25" or "2023-12-25T10:00:00Z").

Constructors

Link copied to clipboard
constructor(fromDate: String, toDate: String, type: ZyncFilterDateRangeType)

Properties

Link copied to clipboard

Start date for the filter range (inclusive). Should be in ISO format.

Link copied to clipboard

End date for the filter range (inclusive). Should be in ISO format.

Link copied to clipboard

Type of the date range filter. Defaults to "CUSTOM_DATE_RANGE".