INPUT_OBJECT
MailboxRestoreConfig
Description
Type representing the mailbox contents to be restored.
link GraphQL Schema definition
- input MailboxRestoreConfig {
- # Configuration for the restore task.
- : [RestoreObjectConfig!]!
- # RSC ID of the snapshot you are restoring.
- : UUID
- # Specifies whether to skip items in the Recoverable Items folder.
- : Boolean
- }