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. | |
Public Attributes | |
| std::string | environmentName |
| Value of environmentName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::dropEnvironment.
Definition at line 151 of file drop_environment.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/drop_environment.h