OBJECT
M365BackupStorageRestorePointEdge
Description
Wrapper around the M365BackupStorageRestorePoint object. This wrapper is used for pagination.
link GraphQL Schema definition
- type M365BackupStorageRestorePointEdge {
- # String used to identify this edge.
- String! :
- # The actual M365BackupStorageRestorePoint object wrapped by this edge.
- M365BackupStorageRestorePoint! :
- }