RestResponse

data class RestResponse<T>(val data: T?, val textStatus: String, val response: Response)

A response wrapper

Constructors

Link copied to clipboard
constructor(data: T?, textStatus: String, response: Response)

Properties

Link copied to clipboard
val data: T?
Link copied to clipboard
Link copied to clipboard