INPUT_OBJECT

DeleteSnapshotsOfObjectsInput

Description

Specifies the input object IDs and location IDs for DeleteSnapshotsOfObjects query.

link GraphQL Schema definition

  • input DeleteSnapshotsOfObjectsInput {
  • # Locations to delete the snapshots from.
  • locationIds: [String!]!
  • # IDs of the objects whose snapshots are to be deleted.
  • objectIds: [String!]!
  • }

link Require by