Success
data class Success(val data: ZyncOrganizationDetail, val syncStatus: ZyncDataSyncStatus, val lastSyncedAt: String) : GetOrganizationResult
Successful organization detail result containing the organization data.
Parameters
data
The organization detail
sync Status
Indicates the freshness status of the record (NONE for fresh, OUTDATED_RECORD for stale)
last Synced At
ISO-8601 formatted timestamp of when this record was last synced from the server