HttpValue

data class HttpValue<T>(val value: T, val httpResponse: HttpResponse)

Data class for holding a generic value along with the HttpResponse

Parameters

value

the value generated from the httpResponse

httpResponse

The full http response

Constructors

Link copied to clipboard
constructor(value: T, httpResponse: HttpResponse)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T