OBJECT

MosaicRecoveryRangeResponse

Description

Supported in m3.2.0-m4.2.0 Response object for recovery range object on mosaic.

link GraphQL Schema definition

  • type MosaicRecoveryRangeResponse {
  • # Supported in m3.2.0-m4.2.0
  • # Object with details of Any Point In Time restore Range.
  • data: MosaicRecoveryRangeObject
  • # Supported in m3.2.0-m4.2.0
  • # Response Message string.
  • message: String
  • # Supported in m3.2.0-m4.2.0
  • # Return Code.
  • returnCode: Long
  • # Supported in m3.2.0-m4.2.0
  • # Status of the request.
  • status: Boolean
  • }

link Require by