Response
class Response(val request: LensesComponent.RemoteApiService.Request, val status: LensesComponent.RemoteApiService.Response.Status, val metadata: Map<String, String>, val body: ByteArray)
Defines the data model for a response to a request sent by a lens.
Parameters
Constructors
Link copied to clipboard
fun Response(request: LensesComponent.RemoteApiService.Request, status: LensesComponent.RemoteApiService.Response.Status, metadata: Map<String, String>, body: ByteArray)
Types
Link copied to clipboard
Defines all the available statuses that a Response can carry.