HttpResponseContainer
data class HttpResponseContainer
Class representing a typed response with an attached expectedType.
Parameters
expectedType
- : information about expected type.
response
- : current response state.
Constructors
Class representing a typed response with an attached expectedType. |
Properties
val expectedType: TypeInfo : information about expected type. |
|
val response: Any : current response state. |