IotDeviceType

data class IotDeviceType(id: String, name: String, externalIdentifier: String) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

externalIdentifier
Link copied to clipboard
val externalIdentifier: String

The external identifier of this device type

id
Link copied to clipboard
val id: String

The ID of this device type

name
Link copied to clipboard
val name: String

The name of this device type