Success

data class Success<out T>(val value: T) : AO3Response<T>

Represents a success scenario. The expected result of the call is represented by value.

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T