OriginalResponse

@Serializable
data class OriginalResponse(val statusCode: Int, val body: String?)

Data class representing an original response.

Constructors

Link copied to clipboard
constructor(statusCode: Int, body: String?)

Properties

Link copied to clipboard
val body: String?

The body of the original response.

Link copied to clipboard

The status code of the original response.