dk.sdu.cloud.news.api.NewsPost

UCloud Developer Guide / Core / Communication / News

NewsPost

data class NewsPost(
    val id: Long,
    val title: String,
    val subtitle: String,
    val body: String,
    val postedBy: String,
    val showFrom: Long,
    val hideFrom: Long?,
    val hidden: Boolean,
    val category: String,
)
Properties

Last updated