EnvironmentBrowserDataDrResponseEntity
EnvironmentBrowserDataDrResponseEntity
The result of the browsing datastore request.
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"path": "/datastore-name/testFolder/childFolder",
"owner": "root",
"size": 0,
"modification": 0,
"type": "string",
"datastore_name": "string",
"datastore_id": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}