Base for responses containing staging status of elements
name | data type | description |
---|---|---|
stagingStatus | map of StagingStatus | Staging status of contained objects |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "stagingStatus" : { "property1" : { "packageName" : "...", "included" : true }, "property2" : { "packageName" : "...", "included" : true } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }