% Generated by roxygen2: do not edit by hand % Please edit documentation in R/api_response.R \docType{class} \name{ApiResponse} \alias{ApiResponse} \title{ApiResponse} \format{ An \code{R6Class} generator object } \description{ ApiResponse Class } \details{ OpenAPI Petstore This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech } \section{Public fields}{ \if{html}{\out{
}} \describe{ \item{\code{content}}{The deserialized response body.} \item{\code{response}}{The raw response from the endpoint.} } \if{html}{\out{
}} } \section{Methods}{ \subsection{Public methods}{ \itemize{ \item \href{#method-ApiResponse-new}{\code{ApiResponse$new()}} \item \href{#method-ApiResponse-clone}{\code{ApiResponse$clone()}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-ApiResponse-new}{}}} \subsection{Method \code{new()}}{ Initialize a new ApiResponse class. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{ApiResponse$new(content, response)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{content}}{The deserialized response body.} \item{\code{response}}{The raw response from the endpoint.} } \if{html}{\out{
}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-ApiResponse-clone}{}}} \subsection{Method \code{clone()}}{ The objects of this class are cloneable with this method. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{ApiResponse$clone(deep = FALSE)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{deep}}{Whether to make a deep clone.} } \if{html}{\out{
}} } } }