#include <event_update_request.h>
This is a JSON template for an event period update resource.
◆ EventUpdateRequest() [1/2]
google_games_api::EventUpdateRequest::EventUpdateRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EventUpdateRequest() [2/2]
google_games_api::EventUpdateRequest::EventUpdateRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EventUpdateRequest()
google_games_api::EventUpdateRequest::~EventUpdateRequest |
( |
| ) |
|
|
virtual |
◆ clear_definition_id()
void google_games_api::EventUpdateRequest::clear_definition_id |
( |
| ) |
|
|
inline |
Clears the 'definitionId
' attribute.
◆ clear_kind()
void google_games_api::EventUpdateRequest::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_update_count()
void google_games_api::EventUpdateRequest::clear_update_count |
( |
| ) |
|
|
inline |
Clears the 'updateCount
' attribute.
◆ get_definition_id()
const StringPiece google_games_api::EventUpdateRequest::get_definition_id |
( |
| ) |
const |
|
inline |
Get the value of the 'definitionId
' attribute.
◆ get_kind()
const StringPiece google_games_api::EventUpdateRequest::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_update_count()
int64 google_games_api::EventUpdateRequest::get_update_count |
( |
| ) |
const |
|
inline |
Get the value of the 'updateCount
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::EventUpdateRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_definition_id()
bool google_games_api::EventUpdateRequest::has_definition_id |
( |
| ) |
const |
|
inline |
Determine if the 'definitionId
' attribute was set.
- Returns
- true if the '
definitionId
' attribute was set.
◆ has_kind()
bool google_games_api::EventUpdateRequest::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_update_count()
bool google_games_api::EventUpdateRequest::has_update_count |
( |
| ) |
const |
|
inline |
Determine if the 'updateCount
' attribute was set.
- Returns
- true if the '
updateCount
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_definition_id()
void google_games_api::EventUpdateRequest::set_definition_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'definitionId
' attribute.
The ID of the event being modified in this update.
- Parameters
-
◆ set_kind()
void google_games_api::EventUpdateRequest::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::eventUpdateRequest.
- Parameters
-
◆ set_update_count()
void google_games_api::EventUpdateRequest::set_update_count |
( |
int64 |
value | ) |
|
|
inline |
Change the 'updateCount
' attribute.
The number of times this event occurred in this time period.
- Parameters
-
The documentation for this class was generated from the following files: