GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::RevokePermissionSystemResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/revoke_permission_system.h>

Public Member Functions

 RevokePermissionSystemResponse ()
 Constructs a RevokePermissionSystemResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::string permission
 

Detailed Description

A set of output parameters for const.

Revokes a system-level permission from a user or role.

Definition at line 124 of file revoke_permission_system.h.

Constructor & Destructor Documentation

gpudb::RevokePermissionSystemResponse::RevokePermissionSystemResponse ( )
inline

Constructs a RevokePermissionSystemResponse object with default parameter values.

Definition at line 131 of file revoke_permission_system.h.

Member Data Documentation

std::string gpudb::RevokePermissionSystemResponse::name

Definition at line 137 of file revoke_permission_system.h.

std::string gpudb::RevokePermissionSystemResponse::permission

Definition at line 138 of file revoke_permission_system.h.


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