EnvironmentBrowserDataDrResponseEntity

EnvironmentBrowserDataDrResponseEntity
EnvironmentBrowserDataDrResponseEntity

The result of the browsing datastore request.

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"
            }
        ]
    }
}