#include <instance_web_details.h>
This is a JSON template for the Web details resource.
◆ InstanceWebDetails() [1/2]
google_games_api::InstanceWebDetails::InstanceWebDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceWebDetails() [2/2]
google_games_api::InstanceWebDetails::InstanceWebDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceWebDetails()
google_games_api::InstanceWebDetails::~InstanceWebDetails |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_games_api::InstanceWebDetails::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_launch_url()
void google_games_api::InstanceWebDetails::clear_launch_url |
( |
| ) |
|
|
inline |
Clears the 'launchUrl
' attribute.
◆ clear_preferred()
void google_games_api::InstanceWebDetails::clear_preferred |
( |
| ) |
|
|
inline |
Clears the 'preferred
' attribute.
◆ get_kind()
const StringPiece google_games_api::InstanceWebDetails::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_launch_url()
const StringPiece google_games_api::InstanceWebDetails::get_launch_url |
( |
| ) |
const |
|
inline |
Get the value of the 'launchUrl
' attribute.
◆ get_preferred()
bool google_games_api::InstanceWebDetails::get_preferred |
( |
| ) |
const |
|
inline |
Get the value of the 'preferred
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::InstanceWebDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_games_api::InstanceWebDetails::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_launch_url()
bool google_games_api::InstanceWebDetails::has_launch_url |
( |
| ) |
const |
|
inline |
Determine if the 'launchUrl
' attribute was set.
- Returns
- true if the '
launchUrl
' attribute was set.
◆ has_preferred()
bool google_games_api::InstanceWebDetails::has_preferred |
( |
| ) |
const |
|
inline |
Determine if the 'preferred
' attribute was set.
- Returns
- true if the '
preferred
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_games_api::InstanceWebDetails::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::instanceWebDetails.
- Parameters
-
◆ set_launch_url()
void google_games_api::InstanceWebDetails::set_launch_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'launchUrl
' attribute.
Launch URL for the game.
- Parameters
-
◆ set_preferred()
void google_games_api::InstanceWebDetails::set_preferred |
( |
bool |
value | ) |
|
|
inline |
Change the 'preferred
' attribute.
Indicates that this instance is the default for new installations.
- Parameters
-
The documentation for this class was generated from the following files: