You are here

protected property RestResponse::$data in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Rest/RestResponse.php \Drupal\salesforce\Rest\RestResponse::data
  2. 5.0.x src/Rest/RestResponse.php \Drupal\salesforce\Rest\RestResponse::data

The json-decoded response body.

Type: mixed

See also

__get()

File

src/Rest/RestResponse.php, line 29

Class

RestResponse
Class RestResponse.

Namespace

Drupal\salesforce\Rest

Code

protected $data;