ModelStateResultResponseDtoSuccessResultResponse
correlationIdstring<uuid>
A unique ID of the request
Example:
fb0ccbbc-62bc-447f-a47e-02b490e25690
isSuccessboolean
Indication of whether the request was successfull
result object
isModelReadyboolean
ModelStateResultResponseDtoSuccessResultResponse
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"isModelReady": true
}
}