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

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

#include <gpudb/protocol/admin_alter_host.h>

Public Member Functions

 AdminAlterHostResponse ()
 Constructs an AdminAlterHostResponse 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::adminAlterHost.

Definition at line 150 of file admin_alter_host.h.

Constructor & Destructor Documentation

◆ AdminAlterHostResponse()

gpudb::AdminAlterHostResponse::AdminAlterHostResponse ( )
inline

Constructs an AdminAlterHostResponse object with default parameters.

Definition at line 155 of file admin_alter_host.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 163 of file admin_alter_host.h.


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