ImgurResponse

@Serializable
data class ImgurResponse<T>(val status: Int, val success: Boolean, val data: T?)

Constructors

Link copied to clipboard
constructor(status: Int, success: Boolean, data: T?)

Properties

Link copied to clipboard
val data: T?
Link copied to clipboard
val status: Int
Link copied to clipboard