Product Info
@Serializable
Constructors
Link copied to clipboard
fun ProductInfo(name: String? = null, version: String? = null, versionSuffix: String? = null, buildNumber: String? = null, productCode: String? = null, dataDirectoryName: String? = null, svgIconPath: String? = null, productVendor: String? = null, launch: List<Launch> = mutableListOf(), customProperties: List<CustomProperty> = mutableListOf(), bundledPlugins: List<String> = mutableListOf(), fileExtensions: List<String> = mutableListOf(), modules: List<String> = mutableListOf())