Class RetrieveGamesPlayerTokensResponse
A list of recall token data returned from the RetrieveGamesPlayerTokens RPC
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RetrieveGamesPlayerTokensResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GamePlayerTokens
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.
Declaration
[JsonProperty("gamePlayerTokens")]
public virtual IList<GamePlayerToken> GamePlayerTokens { get; set; }
Property Value
Type | Description |
---|---|
IList<GamePlayerToken> |