Package com.keygenqt.ps.route.videos.elements

Types

Link copied to clipboard
data class VideoRequest(    val id: Int? = null,     val title: String? = null,     val description: String? = null,     val titleRu: String? = null,     val descriptionRu: String? = null,     val image: String? = null,     val url: String? = null,     val isPublished: Boolean? = null,     val uploads: List<Int> = listOf())

Route request article