FMPResponse
data class FMPResponse(val request: FMPResponse.RequestInfo, val status: Int, val headers: Map<String, String>, val data: ByteArray, val exception: FMPException?, var stats: FMPResponse.Stats)
Constructors
Link copied to clipboard
constructor(request: FMPResponse.RequestInfo, status: Int, headers: Map<String, String>, data: ByteArray, exception: FMPException?, stats: FMPResponse.Stats)