OBJECT

RecoveryPlansInfo

Description

Information about a Recovery Plan.

link GraphQL Schema definition

  • type RecoveryPlansInfo {
  • # The unique identifier of the Recovery Plan.
  • id: UUID!
  • # The name of the Recovery Plan.
  • name: String!
  • # The type of the Recovery Plan.
  • recoveryType: String!
  • }