GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterResourceGroup. More...
#include <gpudb/protocol/alter_resource_group.h>
Public Member Functions | |
AlterResourceGroupResponse () | |
Constructs an AlterResourceGroupResponse object with default parameters. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterResourceGroup.
Definition at line 366 of file alter_resource_group.h.
|
inline |
Constructs an AlterResourceGroupResponse object with default parameters.
Definition at line 372 of file alter_resource_group.h.
std::map<std::string, std::string> gpudb::AlterResourceGroupResponse::info |
Additional information.
Definition at line 386 of file alter_resource_group.h.
std::string gpudb::AlterResourceGroupResponse::name |
Value of name.
Definition at line 381 of file alter_resource_group.h.