Class ScopedPlayerIds
Scoped player identifiers.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ScopedPlayerIds : IDirectResponseSchema
Properties
DeveloperPlayerKey
Identifier of the player across all games of the given developer. Every player has the same developer_player_key in all games of one developer. Developer player key changes for the game if the game is transferred to another developer. Note that game_player_id will stay unchanged.
Declaration
[JsonProperty("developerPlayerKey")]
public virtual string DeveloperPlayerKey { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GamePlayerId
Game-scoped player identifier. This is the same id that is returned in GetPlayer game_player_id field.
Declaration
[JsonProperty("gamePlayerId")]
public virtual string GamePlayerId { get; set; }
Property Value
Type | Description |
---|---|
string |