libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::GetWhoIsJob::ConnectionInfo Struct Reference

#include <admin.h>

Public Attributes

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

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: