| Name | Type | Description | Notes |
|---|---|---|---|
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | ID of the Synchronization Job. | [optional] |
| config_id | str | This is config id which links to this sync job. | |
| organization_id | str | Organization associated with the refund. | |
| state | str | This is the state of job. Pending jobs have not run. Complete jobs have run without error. Failed jobs have one of more errors. Cancelled jobs did not run. | |
| type | str | This is the type of job. Incremental jobs just sync changes, fully jobs sync all data. | |
| scope | str | The scope of the data synch'd. | |
| target | str | This is the target of the job. | |
| name | str | Name of the Job. | |
| description | str | Description of the Job. | |
| data_from | datetime | UTC DateTime of the start of the data to sync. | [optional] |
| data_till | datetime | UTC DateTime of the start of the data to sync. | [optional] |
| started | datetime | UTC DateTime of the end of the data to sync. | [optional] |
| stopped | datetime | UTC DateTime of the start of the data to sync. | [optional] |
| created_by | str | The account who created the synch job. | [optional] |
| max_retry_times | int | The max number of times the records will try to resync. | |
| retry_attempted | int | The number of times the records tried to resync. | |
| deleted | bool | Is the sync job deleted. | [default to False] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.