SourcesEncrypted

data class SourcesEncrypted(val sources: String? = null, val encrypted: Boolean? = null, val tracks: List<Rabbitstream.Tracks?>? = emptyList())

Constructors

Link copied to clipboard
constructor(sources: String? = null, encrypted: Boolean? = null, tracks: List<Rabbitstream.Tracks?>? = emptyList())

Properties

Link copied to clipboard
val encrypted: Boolean? = null
Link copied to clipboard
val sources: String? = null
Link copied to clipboard