NebulaGraph CPP Client  release-3.4
AuthResponse Struct Reference

Public Member Functions

void __clear ()
 
void clear ()
 
bool operator== (const AuthResponse &rhs) const
 

Public Attributes

ErrorCode errorCode {ErrorCode::SUCCEEDED}
 
std::unique_ptr< int64_t > sessionId {nullptr}
 
std::unique_ptr< std::string > errorMsg {nullptr}
 
std::unique_ptr< int32_t > timeZoneOffsetSeconds {nullptr}
 
std::unique_ptr< std::string > timeZoneName {nullptr}
 

Detailed Description

Definition at line 299 of file Response.h.


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