A set of results returned by GPUdb::createEnvironment. More…
#include <gpudb/protocol/create_environment.h>
Public Member Functions | |
| CreateEnvironmentResponse () | |
| Constructs a CreateEnvironmentResponse 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::createEnvironment.
Definition at line 107 of file create_environment.h.
Constructor & Destructor Documentation
◆ CreateEnvironmentResponse()
| inline |
Constructs a CreateEnvironmentResponse object with default parameters.
Definition at line 113 of file create_environment.h.
Member Data Documentation
◆ environmentName
| std::string gpudb::CreateEnvironmentResponse::environmentName |
Value of environmentName.
Definition at line 123 of file create_environment.h.
◆ info
| std::map<std::string, std::string> gpudb::CreateEnvironmentResponse::info |
Additional information.
Definition at line 128 of file create_environment.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_environment.h