JournalResponse

JournalResponse
JournalResponse
This class is array of object
JSON Example
[
    {
        "journalId": 0,
        "level": "string",
        "productType": "string",
        "productId": 0,
        "message": "string",
        "data": "string",
        "time": 0
    }
]