ProductData
@Serializable
Manufacturer specified information about a device.
Constructors
Link copied to clipboard
fun ProductData(modelId: ModelId, manufacturerName: String, productName: String, productArchetype: ProductArchetype, certified: Boolean, softwareVersion: VersionString, hardwarePlatformType: HardwarePlatformType? = null)