Success

@ObjCName(name = "success")
data class Success(val data: ZyncUserDetail, val syncStatus: ZyncDataSyncStatus, val lastSyncedAt: String) : GetUserDetailResult

Successful user result containing the user data with sync metadata.

Parameters

data

The user details

syncStatus

The sync status of the data

lastSyncedAt

The last time the data was synced

Constructors

Link copied to clipboard
constructor(data: ZyncUserDetail, syncStatus: ZyncDataSyncStatus, lastSyncedAt: String)

Properties

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