Response

class Response(val response: HttpResponse) : PollResult

Represents a successful poll result.

Constructors

Link copied to clipboard
constructor(response: HttpResponse)

Properties

Link copied to clipboard
val response: HttpResponse

The HttpResponse received from the poll operation.