Create new OriginStampResponse
object. The object contains the following fields:
TThe status code of the request. 200 if OK. see https://api.originstamp.com/swagger/swagger-ui.html for details.
The returned object, converted into a format suitable for R. The exact format depends on the type of request.
The returned eaders.
new_OriginStampResponse(response = NULL)
response | a response from a call to |
---|
object of class OriginStampResponse
x <- new_OriginStampResponse() x#> $status #> [1] NA #> #> $content #> [1] NA #> #> $headers #> [1] NA #> #> attr(,"class") #> [1] "OriginStampResponse"# $content # [1] NA # # $response # [1] NA # # attr(,"class") # [1] "OriginStampResponse"