Class: Google::Apis::GamesV1::RetrieveDeveloperGamesLastPlayerTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::GamesV1::RetrieveDeveloperGamesLastPlayerTokenResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/games_v1/classes.rb,
lib/google/apis/games_v1/representations.rb,
lib/google/apis/games_v1/representations.rb
Overview
Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC
Instance Attribute Summary collapse
-
#game_player_token ⇒ Google::Apis::GamesV1::GamePlayerToken
Recall tokens for a game.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrieveDeveloperGamesLastPlayerTokenResponse
constructor
A new instance of RetrieveDeveloperGamesLastPlayerTokenResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrieveDeveloperGamesLastPlayerTokenResponse
Returns a new instance of RetrieveDeveloperGamesLastPlayerTokenResponse.
2613 2614 2615 |
# File 'lib/google/apis/games_v1/classes.rb', line 2613 def initialize(**args) update!(**args) end |
Instance Attribute Details
#game_player_token ⇒ Google::Apis::GamesV1::GamePlayerToken
Recall tokens for a game.
Corresponds to the JSON property gamePlayerToken
2611 2612 2613 |
# File 'lib/google/apis/games_v1/classes.rb', line 2611 def game_player_token @game_player_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2618 2619 2620 |
# File 'lib/google/apis/games_v1/classes.rb', line 2618 def update!(**args) @game_player_token = args[:game_player_token] if args.key?(:game_player_token) end |