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

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. 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::createEnvironment.

Definition at line 107 of file create_environment.h.

Constructor & Destructor Documentation

◆ CreateEnvironmentResponse()

gpudb::CreateEnvironmentResponse::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: