PluginConfigLinux

@Serializable
data class PluginConfigLinux(val capabilities: List<String>, val allowAllDevices: Boolean, val devices: List<PluginDevice>)

Parameters

capabilities
allowAllDevices
devices

Constructors

Link copied to clipboard
constructor(capabilities: List<String>, allowAllDevices: Boolean, devices: List<PluginDevice>)

Properties

Link copied to clipboard
@SerialName(value = "AllowAllDevices")
@Required
val allowAllDevices: Boolean
Link copied to clipboard
@SerialName(value = "Capabilities")
@Required
val capabilities: List<String>
Link copied to clipboard
@SerialName(value = "Devices")
@Required
val devices: List<PluginDevice>