OBJECT
Information about Kubernetes Replicated Snapshots.
type ReplicatedSnapshotInfo {# CDM cluster associated with the snapshot.associatedCdm: Cluster # Time the snapshot was created.date: DateTime! # Time the snapshot expires.expirationDate: DateTime # ID of the workload to which the snapshot belongs.snappableId: String! # ID to uniquely identify the snapshot.snapshotId: String! }