ENUM

SnapshotCustomization

Description

Enum for customizations applied on the snapshot.

link GraphQL Schema definition

  • enum SnapshotCustomization {
  • # Custom retention has been applied on the snapshot.
  • CUSTOM_RETENTION
  • # Snapshot has been downloaded.
  • DOWNLOAD
  • }