InvalidProductName

data class InvalidProductName(val productName: String?) : RecommendedServerIssue

The product name in the system information is incorrect.

Constructors

Link copied to clipboard
fun InvalidProductName(productName: String?)

Properties

Link copied to clipboard
val productName: String?