GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_resource_group.h>
Public Member Functions | |
AlterResourceGroupResponse () | |
Constructs an AlterResourceGroupResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Alters the properties of an exisiting resource group to facilitate resource management.
Definition at line 197 of file alter_resource_group.h.
|
inline |
Constructs an AlterResourceGroupResponse object with default parameter values.
Definition at line 204 of file alter_resource_group.h.
std::map<std::string, std::string> gpudb::AlterResourceGroupResponse::info |
Definition at line 211 of file alter_resource_group.h.
std::string gpudb::AlterResourceGroupResponse::name |
Definition at line 210 of file alter_resource_group.h.