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

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

#include <gpudb/protocol/drop_environment.h>

Public Member Functions

 DropEnvironmentResponse ()
 Constructs a DropEnvironmentResponse object with default parameters. More...
 

Public Attributes

std::string environmentName
 Value of environmentName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::dropEnvironment.

Definition at line 151 of file drop_environment.h.

Constructor & Destructor Documentation

◆ DropEnvironmentResponse()

gpudb::DropEnvironmentResponse::DropEnvironmentResponse ( )
inline

Constructs a DropEnvironmentResponse object with default parameters.

Definition at line 156 of file drop_environment.h.

Member Data Documentation

◆ environmentName

std::string gpudb::DropEnvironmentResponse::environmentName

Value of environmentName.

Definition at line 166 of file drop_environment.h.

◆ info

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

Additional information.

Definition at line 171 of file drop_environment.h.


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