INPUT_OBJECT

RestoreFormRequestInput

Description

Supported in v7.0+

link GraphQL Schema definition

  • input RestoreFormRequestInput {
  • # Required. Supported in v7.0+
  • # Name of the backup file for which restore form needs to be generated.
  • backupFileName: String!
  • # Required. Supported in v7.0+
  • # Passphrase that was used to encrypt the backup configuration.
  • encryptionPassword: String!
  • }