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.



2571
2572
2573
# File 'lib/google/apis/games_v1/classes.rb', line 2571

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



2569
2570
2571
# File 'lib/google/apis/games_v1/classes.rb', line 2569

def application_recall_tokens
  @application_recall_tokens
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2576
2577
2578
# File 'lib/google/apis/games_v1/classes.rb', line 2576

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