INPUT_OBJECT
TeamsRestoreConfig
Description
Represents the teams contents to be restored.
link GraphQL Schema definition
- input TeamsRestoreConfig {
- # Restore configuration for files.
- DriveRestoreConfig :
- # Restore configuration for conversations.
- ConversationsRestoreConfig :
- # Channel information in case of restoration to a new channel.
- TeamsChannelInfo :
- # Indicates whether a new channel must be created.
- Boolean! :
- # Indicates whether the channel being restored is STANDARD or PRIVATE.
- ChannelMembershipType! :
- # Indicates whether the new channel will be created with the most recent
- # permissions if a private channel is restored.
- Boolean! :
- # Specifies the sequence number of the snapshot being currently restored.
- Int! :
- }