Package com.keygenqt.ps.route.articles.elements

Types

Link copied to clipboard
data class ArticleRequest(    val id: Int? = null,     val title: String? = null,     val description: String? = null,     val content: String? = null,     val titleRu: String? = null,     val descriptionRu: String? = null,     val contentRu: String? = null,     val category: ArticleCategory? = null,     val type: ArticleType? = null,     val url: String? = null,     val listImage: String? = null,     val viewImage: String? = null,     val isPublished: Boolean? = null,     val uploads: List<Int> = listOf())

Route request article