D++ (DPP)
C++ Discord API Bot Library
Loading...
Searching...
No Matches
dpp::auditlog Class Reference

The auditlog class represents the audit log entries of a guild. More...

#include <auditlog.h>

Inheritance diagram for dpp::auditlog:
Collaboration diagram for dpp::auditlog:

Public Member Functions

 auditlog ()=default
virtual ~auditlog ()=default
std::string build_json (bool with_id=false) const
 Convert object to json string.
auditlogfill_from_json (nlohmann::json *j)
 Convert object from nlohmann::json.
auto to_json (bool with_id=false) const
 Convert object to nlohmann::json.

Public Attributes

std::vector< audit_entryentries
 Audit log entries.

Protected Member Functions

auditlogfill_from_json_impl (nlohmann::json *j)

Friends

struct json_interface< auditlog >

Detailed Description

The auditlog class represents the audit log entries of a guild.

Constructor & Destructor Documentation

◆ auditlog()

dpp::auditlog::auditlog ( )
default

Constructor

◆ ~auditlog()

virtual dpp::auditlog::~auditlog ( )
virtualdefault

Destructor

Member Function Documentation

◆ build_json()

std::string dpp::json_interface< auditlog >::build_json ( bool with_id = false) const
inlineinherited

Convert object to json string.

Parameters
with_idWhether to include the ID or not
Note
Some fields are conditionally filled, do not rely on all fields being present
Returns
std::string Json built from the structure

◆ fill_from_json()

auditlog & dpp::json_interface< auditlog >::fill_from_json ( nlohmann::json * j)
inlineinherited

Convert object from nlohmann::json.

Parameters
jnlohmann::json object
Returns
T& Reference to self for fluent calling

◆ fill_from_json_impl()

auditlog & dpp::auditlog::fill_from_json_impl ( nlohmann::json * j)
protected

Read class values from json object

Parameters
jA json object to read from
Returns
A reference to self

◆ to_json()

auto dpp::json_interface< auditlog >::to_json ( bool with_id = false) const
inlineinherited

Convert object to nlohmann::json.

Parameters
with_idWhether to include the ID or not
Note
Some fields are conditionally filled, do not rely on all fields being present
Returns
json Json built from the structure

◆ json_interface< auditlog >

friend struct json_interface< auditlog >
friend

Member Data Documentation

◆ entries

std::vector<audit_entry> dpp::auditlog::entries

Audit log entries.

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0