Class: Google::Apis::GamesV1::RetrieveGamesPlayerTokensResponse

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

A list of recall token data returned from the RetrieveGamesPlayerTokens RPC

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveGamesPlayerTokensResponse

Returns a new instance of RetrieveGamesPlayerTokensResponse.



2628
2629
2630
# File 'lib/google/apis/games_v1/classes.rb', line 2628

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

Instance Attribute Details

#application_recall_tokensArray<Google::Apis::GamesV1::GamePlayerToken>

The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response. Corresponds to the JSON property applicationRecallTokens



2626
2627
2628
# File 'lib/google/apis/games_v1/classes.rb', line 2626

def application_recall_tokens
  @application_recall_tokens
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2633
2634
2635
# File 'lib/google/apis/games_v1/classes.rb', line 2633

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