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