MappedResponse

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

Data class representing a mapped response.

Constructors

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

Properties

Link copied to clipboard
val body: String?

The body of the mapped response.

Link copied to clipboard

The status code of the mapped response.