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