giga::data::UserExists Struct Reference
Public Member Functions | |
template<class Manager > | |
void | visit (const Manager &m) |
Public Attributes | |
bool | exists = false |
boost::optional < utility::string_t > | login = boost::none |
boost::optional< uint64_t > | id = boost::none |
boost::optional < utility::string_t > | avatar = boost::none |
boost::optional < utility::string_t > | icon = boost::none |
Member Data Documentation
boost::optional<utility::string_t> giga::data::UserExists::avatar = boost::none |
the big avatar url
boost::optional<utility::string_t> giga::data::UserExists::icon = boost::none |
the small avatar url
boost::optional<uint64_t> giga::data::UserExists::id = boost::none |
The user id
boost::optional<utility::string_t> giga::data::UserExists::login = boost::none |
The login with the correct case
The documentation for this struct was generated from the following file:
- /home/thomas/code/GiGaSdk/src/giga/api/data/UserExists.h