INPUT_OBJECT

TeamsRestoreConfig

Description

Represents the teams contents to be restored.

link GraphQL Schema definition

  • input TeamsRestoreConfig {
  • # Restore configuration for files.
  • filesRestoreConfig: DriveRestoreConfig
  • # Restore configuration for conversations.
  • conversationsRestoreConfig: ConversationsRestoreConfig
  • # Channel information in case of restoration to a new channel.
  • destChannelInfo: TeamsChannelInfo
  • # Indicates whether a new channel must be created.
  • shouldCreateDestChannel: Boolean!
  • # Indicates whether the channel being restored is STANDARD or PRIVATE.
  • channelType: ChannelMembershipType!
  • # Indicates whether the new channel will be created with the most recent
  • # permissions if a private channel is restored.
  • restoreLatestPermissions: Boolean!
  • # Specifies the sequence number of the snapshot being currently restored.
  • snapshotSequenceNum: Int!
  • }