ProtectionInventoryItemDrResponseEntity
ProtectionInventoryItemDrResponseEntity
Inventory object related to protection, such as folder or protection group.
AllOf
This class requires all of the following:
JSON Example
{
"id": "string",
"name": "string",
"path": "string",
"type": "string",
"parent": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}