DatastoreBrowserResultDrResponseEntity

DatastoreBrowserResultDrResponseEntity
DatastoreBrowserResultDrResponseEntity

The result of the browsing datastore request

JSON Example
{
    "name": "string",
    "path": "string",
    "size": 0,
    "file_type": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}