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

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

#include <gpudb/protocol/grant_permission_directory.h>

Public Member Functions

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

Public Attributes

std::string name
 Value of name. More...
 
std::string permission
 Value of permission. More...
 
std::string directoryName
 Value of directoryName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::grantPermissionDirectory.

Definition at line 167 of file grant_permission_directory.h.

Constructor & Destructor Documentation

◆ GrantPermissionDirectoryResponse()

gpudb::GrantPermissionDirectoryResponse::GrantPermissionDirectoryResponse ( )
inline

Constructs a GrantPermissionDirectoryResponse object with default parameters.

Definition at line 173 of file grant_permission_directory.h.

Member Data Documentation

◆ directoryName

std::string gpudb::GrantPermissionDirectoryResponse::directoryName

Value of directoryName.

Definition at line 196 of file grant_permission_directory.h.

◆ info

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

Additional information.

Definition at line 201 of file grant_permission_directory.h.

◆ name

std::string gpudb::GrantPermissionDirectoryResponse::name

Value of name.

Definition at line 184 of file grant_permission_directory.h.

◆ permission

std::string gpudb::GrantPermissionDirectoryResponse::permission

Value of permission.

Definition at line 190 of file grant_permission_directory.h.


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