EnvironmentBrowserDataDrResponseList
EnvironmentBrowserDataDrResponseList
List of entities about: The result of the browsing datastore request.
JSON Example
{
"list": [
{
"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"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}