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

A set of results returned by GPUdb::adminRemoveHost. More...

#include <gpudb/protocol/admin_remove_host.h>

Public Member Functions

 AdminRemoveHostResponse ()
 Constructs an AdminRemoveHostResponse 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::adminRemoveHost.

Definition at line 152 of file admin_remove_host.h.

Constructor & Destructor Documentation

◆ AdminRemoveHostResponse()

gpudb::AdminRemoveHostResponse::AdminRemoveHostResponse ( )
inline

Constructs an AdminRemoveHostResponse object with default parameters.

Definition at line 158 of file admin_remove_host.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 166 of file admin_remove_host.h.


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