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

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...
 

Detailed Description

A set of results returned by GPUdb::alterResourceGroup.

Definition at line 366 of file alter_resource_group.h.

Constructor & Destructor Documentation

◆ AlterResourceGroupResponse()

gpudb::AlterResourceGroupResponse::AlterResourceGroupResponse ( )
inline

Constructs an AlterResourceGroupResponse object with default parameters.

Definition at line 372 of file alter_resource_group.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 386 of file alter_resource_group.h.

◆ name

std::string gpudb::AlterResourceGroupResponse::name

Value of name.

Definition at line 381 of file alter_resource_group.h.


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