Success

data class Success(val jobs: List<ZyncJobCompact>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val syncStatus: ZyncDashboardSyncStatus, val lastSyncedAt: String) : GetDashboardJobsResult

Successful dashboard jobs fetch operation.

Constructors

Link copied to clipboard
constructor(jobs: List<ZyncJobCompact>, currentPage: Int, totalPages: Int, totalRecords: Int, syncStatus: ZyncDashboardSyncStatus, lastSyncedAt: String)

Properties

Link copied to clipboard

Current page number (1-indexed)

Link copied to clipboard

List of jobs for the requested page

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

Total number of pages available

Link copied to clipboard

Total number of records across all pages