Response containing the available updates
name | data type | description |
---|---|---|
available | array of string | List of available updates |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "available" : [ "5.34.23", "5.35.6" ], "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }