INPUT_OBJECT
RestoreObjectConfig
Description
Configuration for the mailbox object (email/folder) to be restored.
link GraphQL Schema definition
- input RestoreObjectConfig {
 - #   ID of the email to restore.
 - : String
 - #   ID of the folder to restore.
 - : String
 - #   UUID of the snapshot for recovery.
 - : UUID!
 - #   Specify the hierarchy type of the mailbox object to be restored, whether it is 
 - #   an email or a folder.
 - : ExchangeItemHierarchyType
 - #   ID of the parent folder of the mailbox object being restored, whether the object 
 - #   is an email or a folder.
 - : String
 - }