discriminator

Type: String

The read‑only discriminator property of the JadeRestResponse class contains the name of the discriminator property used to specify the class of an object serialized into JSON.

The property value is set in the discriminator property of the JadeRestRequest class and then copied to the response during the processing of the REST request.

The value of this property for the JadeRestRequest and JadeRestResponse is the name of one of the properties of the JSON string (that is, a series of property and value pairs).

2020.0.01 and higher