OBJECT
CloudDirectObjectTargets
Description
Contains the objectId and associated CloudDirectTargets.
link GraphQL Schema definition
- type CloudDirectObjectTargets {
- # ID of the object associated with these targets.
- : String!
- # List of NAS cloud direct targets associated with the object.
- : [CloudDirectTarget!]!
- }