TaskDefinitionLoRaWanGatewayVersion

data class TaskDefinitionLoRaWanGatewayVersion(val model: String? = null, val packageVersion: String? = null, val station: String? = null)

Constructors

Link copied to clipboard
constructor(model: String? = null, packageVersion: String? = null, station: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val model: String? = null

The model number of the wireless gateway.

Link copied to clipboard
val packageVersion: String? = null

The version of the wireless gateway firmware.

Link copied to clipboard
val station: String? = null

The basic station version of the wireless gateway.