VideoRequest

fun VideoRequest(    id: Int? = null,     title: String? = null,     description: String? = null,     titleRu: String? = null,     descriptionRu: String? = null,     image: String? = null,     url: String? = null,     isPublished: Boolean? = null,     uploads: List<Int> = listOf())