All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.Webseed.kt Maven / Gradle / Ivy

package qbittorrent.models

import dev.drewhamilton.poko.Poko
import kotlinx.serialization.Serializable

@Poko
@Serializable
class Webseed(
    /** URL of the web seed. */
    val url: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy