Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.75 KB

File metadata and controls

34 lines (30 loc) · 1.75 KB

PackageStatus

Properties

Name Type Description Notes
is_cancellable bool [optional]
is_copyable bool [optional]
is_deleteable bool [optional]
is_downloadable bool [optional]
is_hidden bool [optional]
is_moveable bool [optional]
is_quarantinable bool [optional]
is_quarantined bool [optional]
is_resyncable bool [optional]
is_security_scannable bool [optional]
is_sync_awaiting bool [optional]
is_sync_completed bool [optional]
is_sync_failed bool [optional]
is_sync_in_flight bool [optional]
is_sync_in_progress bool [optional]
self_url str [optional]
stage int The synchronisation (in progress) stage of the package. [optional]
stage_str str [optional]
stage_updated_at datetime The datetime the package stage was updated at. [optional]
status int The synchronisation status of the package. [optional]
status_reason str A textual description for the synchronous status reason (if any [optional]
status_str str [optional]
status_updated_at datetime The datetime the package status was updated at. [optional]
sync_finished_at datetime The datetime the package sync was finished at. [optional]
sync_progress int Synchronisation progress (from 0-100) [optional]

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