GPUdb C++ API  Version 7.2.2.4
gpudb::AdminSendAlertResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::adminSendAlert.

Definition at line 154 of file admin_send_alert.h.

Constructor & Destructor Documentation

◆ AdminSendAlertResponse()

gpudb::AdminSendAlertResponse::AdminSendAlertResponse ( )
inline

Constructs an AdminSendAlertResponse object with default parameters.

Definition at line 159 of file admin_send_alert.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AdminSendAlertResponse::info

Additional information.

Definition at line 167 of file admin_send_alert.h.


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