Response to request to retrieve log for a tag type migration
name | data type | description |
---|---|---|
logContents | string | Returns the log file content |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "logContents" : "...", "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }