ExportFileInfoDrResponseEntity
ExportFileInfoDrResponseEntity
Describe the details of an export file.
AllOf
JSON Example
{
"key": "string",
"time_created": 0,
"size": 0,
"sha256": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}