Get Wireless Device Result
data class GetWirelessDeviceResult(val arn: String? = null, val description: String? = null, val destinationName: String? = null, val id: String? = null, val lastUplinkReceivedAt: String? = null, val loRaWan: WirelessDeviceLoRaWanDevice? = null, val name: String? = null, val tags: List<WirelessDeviceTag>? = null, val thingArn: String? = null, val thingName: String? = null, val type: WirelessDeviceType? = null)
Constructors
Link copied to clipboard
fun GetWirelessDeviceResult(arn: String? = null, description: String? = null, destinationName: String? = null, id: String? = null, lastUplinkReceivedAt: String? = null, loRaWan: WirelessDeviceLoRaWanDevice? = null, name: String? = null, tags: List<WirelessDeviceTag>? = null, thingArn: String? = null, thingName: String? = null, type: WirelessDeviceType? = null)