Repository

@Serializable
data class Repository(val iconUrl: String?, val name: String, val description: String?, val manifestVersion: Int, val pluginLists: List<String>)(source)

Comes with the app, always available in the app, non removable.

Constructors

Link copied to clipboard
constructor(iconUrl: String?, name: String, description: String?, manifestVersion: Int, pluginLists: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "description")
val description: String?
Link copied to clipboard
@SerialName(value = "iconUrl")
val iconUrl: String?
Link copied to clipboard
@SerialName(value = "manifestVersion")
val manifestVersion: Int
Link copied to clipboard
@SerialName(value = "name")
val name: String
Link copied to clipboard
@SerialName(value = "pluginLists")
val pluginLists: List<String>