ExportFileInfoDrResponseEntity

ExportFileInfoDrResponseEntity
ExportFileInfoDrResponseEntity

Describe the details of an export file.

AllOf
This class requires all of the following:
JSON Example
{
    "key": "string",
    "time_created": 0,
    "size": 0,
    "sha256": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}