libQuotient
A Qt library for building matrix clients
Quotient::GetWhoIsJob::ConnectionInfo Struct Reference

#include <admin.h>

Public Attributes

QString ip {}
 Most recently seen IP address of the session. More...
 
std::optional< qint64 > lastSeen {}
 Unix timestamp that the session was last active. More...
 
QString userAgent {}
 User agent string last seen in the session. More...
 

Detailed Description

Definition at line 20 of file admin.h.

Member Data Documentation

◆ 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: