INPUT_OBJECT

BackupObject

Description

The object that needs to be backed up.

link GraphQL Schema definition

  • input BackupObject {
  • # Forever UUID of the object.
  • objectFid: String
  • # ID of the event series.
  • eventSeriesId: String
  • # The monitoring ID.
  • monitoringId: String
  • }

link Require by