Response Class
Constructor
Response
        
            (
    
    - 
                        
valuesContainer 
Parameters:
- 
                        
valuesContainerObject 
Properties
body
    String
    
    Body of the response (most times JSON string recieved from REST service via a Connection object)
Default: ""
document
    Object
    
    Document represents "body" property of the response parsed into structured object
Default: null
xhr
    XMLHttpRequest
    
    The XMLHttpRequest object
Default: null
