This a device
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceId | string | The device ID is assigned by the backend. | [optional] |
| CollectionId | string | [optional] | |
| Tags | Dictionary<string, string> | Tags are metadata for the device that you can set. These are just strings. | [optional] |
| Firmware | FirmwareMetadata | [optional] | |
| Config | DeviceConfig | [optional] | |
| Metadata | DeviceMetadata | [optional] | |
| LastGatewayId | string | [optional] | |
| LastTransport | MessageTransport | [optional] | |
| LastReceived | string | [optional] | |
| LastPayload | byte[] | [optional] | |
| Enabled | bool | [optional] |