OBJECT
NcdTaskData
Description
TaskData represents a NAS Cloud Direct task and its associated fields.
link GraphQL Schema definition
- type NcdTaskData {
- # The site at which the NAS Cloud Direct task took place.
- String! :
- # The description of the NAS Cloud Direct task.
- String! :
- # The end status of the NAS Cloud Direct task.
- NcdTaskStatus! :
- # The timestamp of the NAS Cloud Direct task.
- DateTime :
- }