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