EmbedVideo

@Serializable
data class EmbedVideo(val url: String, var videoHeight: Int = 0, var videoWidth: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(url: String, videoHeight: Int = 0, videoWidth: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "url")
val url: String
Link copied to clipboard
@SerialName(value = "height")
var videoHeight: Int
Link copied to clipboard
@SerialName(value = "width")
var videoWidth: Int