Success
data class Success(val data: List<ZyncJobCompact>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val isPartialData: Boolean) : GetJobsResult
Successful jobs result containing the jobs list with pagination metadata.
Parameters
data
The jobs list
current Page
Current page number
total Pages
Total number of pages available
total Records
Total number of records across all pages
is Partial Data
Flag indicating if the data is from cache or from server