#include <push_token_id.h>
This is a JSON template for a push token ID resource.
◆ PushTokenId() [1/2]
google_games_api::PushTokenId::PushTokenId |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PushTokenId() [2/2]
google_games_api::PushTokenId::PushTokenId |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PushTokenId()
google_games_api::PushTokenId::~PushTokenId |
( |
| ) |
|
|
virtual |
◆ clear_ios()
void google_games_api::PushTokenId::clear_ios |
( |
| ) |
|
|
inline |
Clears the 'ios
' attribute.
◆ clear_kind()
void google_games_api::PushTokenId::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_ios()
Get a reference to the value of the 'ios
' attribute.
◆ get_kind()
const StringPiece google_games_api::PushTokenId::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::PushTokenId::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ios()
bool google_games_api::PushTokenId::has_ios |
( |
| ) |
const |
|
inline |
Determine if the 'ios
' attribute was set.
- Returns
- true if the '
ios
' attribute was set.
◆ has_kind()
bool google_games_api::PushTokenId::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ mutable_ios()
Gets a reference to a mutable value of the 'ios
' property.
A push token ID for iOS devices.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_games_api::PushTokenId::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::pushTokenId.
- Parameters
-
The documentation for this class was generated from the following files: