INPUT_OBJECT

MailboxRestoreConfig

Description

Type representing the mailbox contents to be restored.

link GraphQL Schema definition

  • input MailboxRestoreConfig {
  • # RSC ID of the snapshot you are restoring.
  • SnapshotUUID: UUID
  • # Configuration for the restore task.
  • RestoreConfigs: [RestoreObjectConfig!]!
  • # Specifies whether to skip items in the Recoverable Items folder.
  • skipRifItems: Boolean
  • }