An object representing a single request for Z-Ray.
| 
                     Parameter  | 
                
                     Type  | 
                
                     Count  | 
                
                     Description  | 
            
| 
                     id  | 
                
                     Integer  | 
                
                     1  | 
                
                     Request ID .  | 
            
| 
                     pageId  | 
                
                     String  | 
                
                     1  | 
                
                     Page ID.  | 
            
| 
                     url  | 
                
                     String  | 
                
                     1  | 
                
                     The request URL.  | 
            
| 
                     httpResponse  | 
                
                     Integer  | 
                
                     1  | 
                
                     HTTP response code, such as 200, 500, etc.  | 
            
| 
                     method  | 
                
                     String  | 
                
                     1  | 
                
                     The HTTP method used, such as GET, POST, etc.  | 
            
| 
                     runTime  | 
                
                     Integer  | 
                
                     1  | 
                
                     The request run time in milliseconds.  | 
            
| 
                     startTime  | 
                
                     Integer  | 
                
                     1  | 
                
                     The request start time in milliseconds .  | 
            
| 
                     startTimeTimestamp  | 
                
                     Integer  | 
                
                     1  | 
                
                     The request timestamp, formatted in ISO8601.  | 
            
| 
                     isPrimaryPage  | 
                
                     Boolean  | 
                
                     1  | 
                
                     Marks a particular request as the “primary page” - the first request for the pageId. Value is one of ‘Yes’ or ‘No’  | 
            
| 
                     memoryPeak  | 
                
                     Integer  | 
                
                     1  | 
                
                     Highest number of memory bytes allocated to the request during execution  | 
            
| 
                     memoryLimit  | 
                
                     Integer  | 
                
                     1  | 
                
                     Memory limit in bytes for the request during execution  | 
            
Version: 1.8