Success

@ObjCName(name = "success")
data class Success(val data: List<ZyncRoute>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val isPartialData: Boolean) : GetDashboardRoutesResult

Successful route retrieval with pagination information.

Constructors

Link copied to clipboard
constructor(data: List<ZyncRoute>, currentPage: Int, totalPages: Int, totalRecords: Int, isPartialData: Boolean)

Properties

Link copied to clipboard

Current page number (1-based)

Link copied to clipboard

List of routes for the requested page

Link copied to clipboard

Indicates data source:

Link copied to clipboard

Total number of pages available

Link copied to clipboard

Total number of routes matching the query