ProductInfo

@Serializable
data class ProductInfo(val name: String? = null, val version: String? = null, val versionSuffix: String? = null, val buildNumber: String? = null, val productCode: String? = null, val dataDirectoryName: String? = null, val svgIconPath: String? = null, val productVendor: String? = null, val launch: List<Launch> = mutableListOf(), val customProperties: List<CustomProperty> = mutableListOf(), val bundledPlugins: List<String> = mutableListOf(), val fileExtensions: List<String> = mutableListOf(), val modules: List<String> = mutableListOf())

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())

Properties

Link copied to clipboard
val buildNumber: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val productCode: String? = null
Link copied to clipboard
val productVendor: String? = null
Link copied to clipboard
val svgIconPath: String? = null
Link copied to clipboard
val version: String? = null
Link copied to clipboard
val versionSuffix: String? = null