OBJECT

SnapshotDetails

Description

Details of the snapshot

link GraphQL Schema definition

  • type SnapshotDetails {
  • # Timestamp of the snapshot.
  • snapshotTime: DateTime
  • # Snapshot type.
  • isOnDemandSnapshot: Boolean!
  • }