OBJECT

SnapshotLocation

Description

SnapshotLocation represents the details of the location on which snapshots of the requested objects are present.

link GraphQL Schema definition

  • type SnapshotLocation {
  • # ID of the Snapshot Location.
  • locationId: String!
  • # Name of the Snapshot Location.
  • locationName: String!
  • }