Success

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

Successful organizations result containing the organizations list with pagination metadata.

Parameters

data

The organizations list

currentPage

Current page number

totalPages

Total number of pages available

totalRecords

Total number of records across all pages

isPartialData

Flag indicating if the data is from cache or from server

Constructors

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

Properties

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