GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminSendAlert. More...
#include <gpudb/protocol/admin_send_alert.h>
Public Member Functions | |
AdminSendAlertResponse () | |
Constructs an AdminSendAlertResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminSendAlert.
Definition at line 154 of file admin_send_alert.h.
|
inline |
Constructs an AdminSendAlertResponse object with default parameters.
Definition at line 159 of file admin_send_alert.h.
std::map<std::string, std::string> gpudb::AdminSendAlertResponse::info |
Additional information.
Definition at line 167 of file admin_send_alert.h.