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