RequestOutput

data class RequestOutput<Output>(val data: Output, val requestId: String)

A data class that represents the output of a request.

Parameters

requestId

The ID of the request.

data

The output data of the request.

Constructors

Link copied to clipboard
constructor(data: Output, requestId: String)

Properties

Link copied to clipboard
Link copied to clipboard