OBJECT
Contains information about the cloud-native snapshot.
type CloudNativeSnapshotInfo {# Snapshot ID.id: String! # Snapshot date.date: DateTime! # Specifies if the snapshot is on-demand.isOnDemandSnapshot: Boolean! }