gpg::
  #include <leaderboard_manager.h>
  Data and response status for a specified leaderboard score summary.
Summary
A score summary is defined by the combination of the leaderboard's collection (public or social) and time span (daily, weekly, or all-time).
| Public attributes | |
|---|---|
| data | The specified score summary.  | 
| status | Can be one of the values enumerated in ResponseStatus.  | 
Public attributes
data
ScoreSummary gpg::LeaderboardManager::FetchScoreSummaryResponse::data
The specified score summary.
status
ResponseStatus gpg::LeaderboardManager::FetchScoreSummaryResponse::status
Can be one of the values enumerated in ResponseStatus.
