BundledPlugins

@Serializable
@XmlSerialName(value = "bundled-plugins")
data class BundledPlugins(val modules: List<ProductModules.BundledPlugins.Module> = emptyList())

Represents the 'bundled-plugins' section containing plugin modules.

Constructors

Link copied to clipboard
constructor(modules: List<ProductModules.BundledPlugins.Module> = emptyList())

Types

Link copied to clipboard
@Serializable
@XmlSerialName(value = "module")
data class Module(val value: String)

Represents a module element

Properties

Link copied to clipboard