Plugin

data class Plugin(val version: String? = null, val defaultName: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
fun Plugin(version: String? = null, defaultName: String? = null, status: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "pluginDefaultName")
@Expose
val defaultName: String? = null
Link copied to clipboard
@SerializedName(value = "pluginStatus")
@Expose
val status: String? = null
Link copied to clipboard
@SerializedName(value = "pluginVersion")
@Expose
val version: String? = null