@JsonClass(true) data class Multi : Created, Parcelable
<init> |
Multi(displayName: String, descriptionMkdn: String, descriptionHtml: String, canEdit: Boolean, copiedFrom: String?, created: Long, createdUtc: Long, iconUrl: String, isSubscriber: Boolean, isFavorited: Boolean, name: String, numSubscribers: Int, over18: Boolean, ownerId: String, ownerName: String, path: String, subreddits: List<MultiSub>, visibility: String) |
canEdit |
val canEdit: Boolean |
copiedFrom |
val copiedFrom: String? |
created |
The unix-time Long representing the creation date of the item. val created: Long |
createdUtc |
The unix-time Long representing the UTC creation date of the item. val createdUtc: Long |
descriptionHtml |
val descriptionHtml: String |
descriptionMkdn |
val descriptionMkdn: String |
displayName |
val displayName: String |
iconUrl |
val iconUrl: String |
isFavorited |
val isFavorited: Boolean |
isSubscriber |
val isSubscriber: Boolean |
name |
val name: String |
numSubscribers |
val numSubscribers: Int |
over18 |
val over18: Boolean |
ownerId |
val ownerId: String |
ownerName |
val ownerName: String |
path |
val path: String |
subreddits |
val subreddits: List<MultiSub> |
visibility |
val visibility: String |
createdDate |
Useful extension to convert the creation date property, from the Long unixtime, to a more practical Date object. val Created.createdDate: Date |
createdUtcDate |
Useful extension to convert the utc creation date property, from the Long unixtime, to a more practical Date object. val Created.createdUtcDate: Date |