#include <turn_based_match_data_request.h>
This is a JSON template for sending a turn-based match data object.
◆ TurnBasedMatchDataRequest() [1/2]
google_games_api::TurnBasedMatchDataRequest::TurnBasedMatchDataRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TurnBasedMatchDataRequest() [2/2]
google_games_api::TurnBasedMatchDataRequest::TurnBasedMatchDataRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TurnBasedMatchDataRequest()
google_games_api::TurnBasedMatchDataRequest::~TurnBasedMatchDataRequest |
( |
| ) |
|
|
virtual |
◆ clear_data()
void google_games_api::TurnBasedMatchDataRequest::clear_data |
( |
| ) |
|
|
inline |
Clears the 'data
' attribute.
◆ clear_kind()
void google_games_api::TurnBasedMatchDataRequest::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_data()
const StringPiece google_games_api::TurnBasedMatchDataRequest::get_data |
( |
| ) |
const |
|
inline |
Get the value of the 'data
' attribute.
◆ get_kind()
const StringPiece google_games_api::TurnBasedMatchDataRequest::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::TurnBasedMatchDataRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_data()
bool google_games_api::TurnBasedMatchDataRequest::has_data |
( |
| ) |
const |
|
inline |
Determine if the 'data
' attribute was set.
- Returns
- true if the '
data
' attribute was set.
◆ has_kind()
bool google_games_api::TurnBasedMatchDataRequest::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_data()
void google_games_api::TurnBasedMatchDataRequest::set_data |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'data
' attribute.
The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.
- Parameters
-
◆ set_kind()
void google_games_api::TurnBasedMatchDataRequest::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::turnBasedMatchDataRequest.
- Parameters
-
The documentation for this class was generated from the following files: