SubtitleUrl

@JsonClass(generateAdapter = true)
data class SubtitleUrl(val format: String?, val url: String?)

Constructors

Link copied to clipboard
fun SubtitleUrl(format: String?, url: String?)

Properties

Link copied to clipboard
val format: String?
Link copied to clipboard
val url: String?