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. | |
Public Attributes | |
| std::string | name |
| Value of name. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::alterResourceGroup.
Definition at line 385 of file alter_resource_group.h.
Constructor & Destructor Documentation
◆ AlterResourceGroupResponse()
| inline |
Constructs an AlterResourceGroupResponse object with default parameters.
Definition at line 391 of file alter_resource_group.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AlterResourceGroupResponse::info |
Additional information.
Definition at line 405 of file alter_resource_group.h.
◆ name
| std::string gpudb::AlterResourceGroupResponse::name |
Value of name.
Definition at line 400 of file alter_resource_group.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_resource_group.h