Success

data class Success<T>(val data: T) : APIResult<T>

The request was successful.

Constructors

Link copied to clipboard
constructor(data: T)

Properties

Link copied to clipboard
val data: T

the data from the response