IssueInfoDrResponseEntity

IssueInfoDrResponseEntity
IssueInfoDrResponseEntity

Issue information.

AllOf
This class requires all of the following:
JSON Example
{
    "entity": "string",
    "entity_name": "string",
    "description": "string",
    "timestamp": 0,
    "status": "string",
    "issue_type": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}