dk.sdu.cloud.news.api.NewPostRequest

UCloud Developer Guide / Core / Communication / News

NewPostRequest

data class NewPostRequest(
    val title: String,
    val subtitle: String,
    val body: String,
    val showFrom: Long,
    val category: String,
    val hideFrom: Long?,
)
Properties

Last updated