MergeHRISClient.Model.SyncStatus (MergeHRISClient v1.0.2) View Source
The SyncStatus Object ### Description The SyncStatus
object is used to represent the syncing state of an account ### Usage Example View the SyncStatus
for an account to see how recently its models were synced.
Link to this section Summary
Link to this section Types
Specs
t() :: %MergeHRISClient.Model.SyncStatus{ is_initial_sync: boolean(), last_sync_start: DateTime.t(), model_id: String.t(), model_name: String.t(), next_sync_start: DateTime.t(), status: SyncStatusStatusEnum }