Eile Mit Weile
Loading...
Searching...
No Matches
ClientRequest::BaseClassProperties Struct Reference

Holds the properties that are common to all ClientRequest subclasses. More...

#include <ClientRequest.hpp>

Public Attributes

RequestType _type
 
std::string _req_id
 
std::string _player_id
 
std::string _game_id
 

Detailed Description

Holds the properties that are common to all ClientRequest subclasses.

This struct is used to pass the common properties to the base constructor. It is also used to extract the common properties from a json object.

Member Data Documentation

◆ _game_id

std::string ClientRequest::BaseClassProperties::_game_id

The unique id of the game that the request is related to

◆ _player_id

std::string ClientRequest::BaseClassProperties::_player_id

The id of the player that sent the request

◆ _req_id

std::string ClientRequest::BaseClassProperties::_req_id

The unique id of the request

◆ _type

RequestType ClientRequest::BaseClassProperties::_type

The type of the request


The documentation for this struct was generated from the following file: