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
-
#token ⇒ Google::Apis::GamesV1::RecallToken
Recall token data returned from RetrievePlayerTokens RPC Corresponds to the JSON property
token.
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.
2607 2608 2609 |
# File 'lib/google/apis/games_v1/classes.rb', line 2607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#token ⇒ Google::Apis::GamesV1::RecallToken
Recall token data returned from RetrievePlayerTokens RPC
Corresponds to the JSON property token
2605 2606 2607 |
# File 'lib/google/apis/games_v1/classes.rb', line 2605 def token @token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2612 2613 2614 |
# File 'lib/google/apis/games_v1/classes.rb', line 2612 def update!(**args) @token = args[:token] if args.key?(:token) end |