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

A set of results returned by GPUdb::alterTier. More...

#include <gpudb/protocol/alter_tier.h>

Public Member Functions

 AlterTierResponse ()
 Constructs an AlterTierResponse 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::alterTier.

Definition at line 194 of file alter_tier.h.

Constructor & Destructor Documentation

◆ AlterTierResponse()

gpudb::AlterTierResponse::AlterTierResponse ( )
inline

Constructs an AlterTierResponse object with default parameters.

Definition at line 199 of file alter_tier.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 213 of file alter_tier.h.

◆ name

std::string gpudb::AlterTierResponse::name

Value of name.

Definition at line 208 of file alter_tier.h.


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