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

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

#include <gpudb/protocol/drop_credential.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::dropCredential.

Definition at line 107 of file drop_credential.h.

Constructor & Destructor Documentation

◆ DropCredentialResponse()

gpudb::DropCredentialResponse::DropCredentialResponse ( )
inline

Constructs a DropCredentialResponse object with default parameters.

Definition at line 112 of file drop_credential.h.

Member Data Documentation

◆ credentialName

std::string gpudb::DropCredentialResponse::credentialName

Value of credentialName.

Definition at line 122 of file drop_credential.h.

◆ info

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

Additional information.

Definition at line 127 of file drop_credential.h.


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