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

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

#include <gpudb/protocol/revoke_role.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::revokeRole.

Definition at line 120 of file revoke_role.h.

Constructor & Destructor Documentation

◆ RevokeRoleResponse()

gpudb::RevokeRoleResponse::RevokeRoleResponse ( )
inline

Constructs a RevokeRoleResponse object with default parameters.

Definition at line 125 of file revoke_role.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 145 of file revoke_role.h.

◆ member

std::string gpudb::RevokeRoleResponse::member

Value of member.

Definition at line 140 of file revoke_role.h.

◆ role

std::string gpudb::RevokeRoleResponse::role

Value of role.

Definition at line 135 of file revoke_role.h.


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