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