gpg::
  #include <player_manager.h>
  Holds all player data, along with a response status.
Summary
| Public attributes | |
|---|---|
| data | Data associated with this player.  | 
| status | Can be one of the values enumerated in ResponseStatus.  | 
Public attributes
status
ResponseStatus gpg::PlayerManager::FetchSelfResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, FetchSelfResponse data object comes back empty.
