SuccessResponse

constructor(response: Map<String, Any>? = null, successCode: Int = -1, rawResponse: String? = null)

Parameters

response

The response body as a map. @suppress

rawResponse

The raw response body as a string. @suppress

successCode

The HTTP response code.