| ApiResponse {factset.analyticsapi.engines} | R Documentation |
ApiResponse
Description
ApiResponse Class
Format
An R6Class generator object
Public fields
contentThe deserialized response body.
responseThe raw response from the endpoint.
Methods
Public methods
Method new()
Usage
ApiResponse$new(content, response)
Method clone()
The objects of this class are cloneable with this method.
Usage
ApiResponse$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]