OBJECT
BackupEventStatus
Description
Status of the backup for a specific SaaS snapshot.
link GraphQL Schema definition
- type BackupEventStatus {
- # Number of items skipped in the backup.
- : Long!
- # Status of the backup.
- : SnapshotServiceBackupStatus!
- }