Show / Hide Table of Contents

Class RetrieveGamesPlayerTokensResponse

A list of recall token data returned from the RetrieveGamesPlayerTokens RPC

Inheritance
object
RetrieveGamesPlayerTokensResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX