#include <admin.h>
|
| QString | ip {} |
| | Most recently seen IP address of the session.
|
| |
| std::optional< qint64 > | lastSeen {} |
| | Unix timestamp that the session was last active.
|
| |
| QString | userAgent {} |
| | User agent string last seen in the session.
|
| |
Definition at line 20 of file admin.h.
◆ ip
| QString Quotient::GetWhoIsJob::ConnectionInfo::ip {} |
Most recently seen IP address of the session.
Definition at line 22 of file admin.h.
◆ lastSeen
| std::optional<qint64> Quotient::GetWhoIsJob::ConnectionInfo::lastSeen {} |
Unix timestamp that the session was last active.
Definition at line 25 of file admin.h.
◆ userAgent
| QString Quotient::GetWhoIsJob::ConnectionInfo::userAgent {} |
User agent string last seen in the session.
Definition at line 28 of file admin.h.
The documentation for this struct was generated from the following file: