struct
#include <include/mtx/responses/device.hpp>
Device Information about one of your devices.
Public variables
- std::string device_id
- Required. Identifier of this device.
- std::string display_name
- Display name set by the user for this device. Absent if no name has been set.
- std::string last_seen_ip
- The IP address where this device was last seen. (May be a few minutes out of date, for efficiency reasons).
- size_t last_seen_ts
- The timestamp (in milliseconds since the unix epoch) when this devices was last seen. (May be a few minutes out of date, for efficiency reasons).