Product Release
data class ProductRelease(val name: String, val type: IntelliJPlatformType, val channel: ProductRelease.Channel, val build: Version, val version: Version, val id: String)
Constructors
Link copied to clipboard
constructor(name: String, type: IntelliJPlatformType, channel: ProductRelease.Channel, build: Version, version: Version, id: String)