Class: Google::Apis::GamesV1::RetrieveDeveloperGamesLastPlayerTokenResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveDeveloperGamesLastPlayerTokenResponse

Returns a new instance of RetrieveDeveloperGamesLastPlayerTokenResponse.



2774
2775
2776
# File 'lib/google/apis/games_v1/classes.rb', line 2774

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#game_player_tokenGoogle::Apis::GamesV1::GamePlayerToken

Recall tokens for a game. Corresponds to the JSON property gamePlayerToken



2772
2773
2774
# File 'lib/google/apis/games_v1/classes.rb', line 2772

def game_player_token
  @game_player_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2779
2780
2781
# File 'lib/google/apis/games_v1/classes.rb', line 2779

def update!(**args)
  @game_player_token = args[:game_player_token] if args.key?(:game_player_token)
end