DeviceMetadataParameters

@Serializable
data class DeviceMetadataParameters(val name: String? = null, val archetype: ProductArchetype? = null)

User-configured metadata configurable for the device.

Constructors

Link copied to clipboard
fun DeviceMetadataParameters(name: String? = null, archetype: ProductArchetype? = null)

Properties

Link copied to clipboard

User-assigned product type of device to assign to the device.

Link copied to clipboard
val name: String? = null

Human readable name to assign to the device.