lib / com.kirkbushman.araw.models / Trophy

Trophy

@JsonClass(true) data class Trophy : Parcelable

This class represent a trophy given to a redditor.

Constructors

<init>

This class represent a trophy given to a redditor.

Trophy(id: String?, fullname: String?, description: String?, icon70: String, icon40: String, url: String?)

Properties

description

description of the trophy, the reason why it was given

val description: String?

fullname

Fullname of comment, e.g. "t1_c3v7f8u"

val fullname: String?

icon40

url of the image at 40x40 resolution.

val icon40: String

icon70

url of the image at 70x70 resolution.

val icon70: String

id

This item identifier, e.g. "8xwlg"

val id: String?

url

url of the image at source resolution.

val url: String?