Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 645 Bytes

File metadata and controls

12 lines (7 loc) · 645 Bytes

LogSyncStatus

Properties

Name Type Description Notes
last_attempted Option<i64> The timestamp of last attempt. If the last attempt fails, last_exception contains the exception in the last attempt. [optional]
last_exception Option<String> The exception thrown in the last attempt, it would be null (omitted in the response) if there is no exception in last attempted. [optional]

[Back to Model list] [Back to API list] [Back to README]