textResponseInfo
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Contains plaintext REST responses. This allows us to convert simple plaintext results into JSON / XML.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| responseContent (string) | 0/1 | Returns the String value that this object represents. |
JSON
| property | type | description |
|---|---|---|
| responseContent | responseContent (string) | Returns the String value that this object represents. |