GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterResourceGroupResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AlterResourceGroupResponse::AlterResourceGroupResponse ( )
inline

Constructs an AlterResourceGroupResponse object with default parameter values.

Definition at line 204 of file alter_resource_group.h.

Member Data Documentation

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.


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