DatastoreBrowserResultDrResponseEntity
DatastoreBrowserResultDrResponseEntity
The result of the browsing datastore request
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"path": "string",
"size": 0,
"file_type": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}