gpg::
  #include <turn_based_multiplayer_manager.h>
  Data and ResponseStatus for a specific TurnBasedMatch. 
Summary
The match value is only valid if IsSuccess() returns true for ResponseStatus. 
| Public attributes | |
|---|---|
| match | The  TurnBasedMatchfor this response. | 
| status | The  ResponseStatusof the operation that generated this response. | 
Public attributes
match
TurnBasedMatch gpg::TurnBasedMultiplayerManager::TurnBasedMatchResponse::match
The TurnBasedMatch for this response. 
Valid() only returns true for the match if IsSuccess() returns true for status. 
status
MultiplayerStatus gpg::TurnBasedMultiplayerManager::TurnBasedMatchResponse::status
The ResponseStatus of the operation that generated this response. 
