Response containing a sanitized folder publish directory
name | data type | description |
---|---|---|
publishDir | string | Sanitized publish directory |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "publishDir" : "...", "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }