OBJECT

CreateLegalHoldReply

Description

Contains information about the snapshots placed on legal hold.

link GraphQL Schema definition

  • type CreateLegalHoldReply {
  • # List of the snapshot IDs placed on legal hold.
  • snapshotIds: [String!]!
  • }

link Require by