Link

Syntax

SetRequest(request_value)

Description

Use this method to set the request value of the JSON Node.

Parameters

Name Description
request_value Specifies the request value of the JSON Node as a Request object.

Returns

None.

Example

Local PSM_JSON:Node &oNode = create PSM_JSON:Node();
   
&oNode.SetRequest(%Request);