lib / com.kirkbushman.araw.http / EnvelopedComment

EnvelopedComment

@JsonClass(true) data class EnvelopedComment : Envelope<Comment>, EnvelopedCommentData, Parcelable

Constructors

<init>

EnvelopedComment(kind: EnvelopeKind, data: Comment)

Properties

data

val data: Comment

kind

val kind: EnvelopeKind