Class PlayGroupingApiToken
Token data returned from GeneratePlayGroupingApiToken RPC.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayGroupingApiToken : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenValue
Value of the token.
Declaration
[JsonProperty("tokenValue")]
public virtual string TokenValue { get; set; }
Property Value
Type | Description |
---|---|
string |