lib / com.kirkbushman.araw.http / EnvelopedMessageListing

EnvelopedMessageListing

@JsonClass(true) data class EnvelopedMessageListing : Envelope<MessageListing>, Parcelable

Constructors

<init>

EnvelopedMessageListing(kind: EnvelopeKind, data: MessageListing)

Properties

data

val data: MessageListing

kind

val kind: EnvelopeKind