google_api_games_management v0.0.1 GoogleApi.GamesManagement.V1management.Model.Player View Source

This is a JSON template for a Player resource.

Attributes

  • avatarImageUrl (String): The base URL for the image that represents the player. Defaults to: null.
  • bannerUrlLandscape (String): The url to the landscape mode player banner image. Defaults to: null.
  • bannerUrlPortrait (String): The url to the portrait mode player banner image. Defaults to: null.
  • displayName (String): The name to display for the player. Defaults to: null.
  • experienceInfo (GamesPlayerExperienceInfoResource): An object to represent Play Game experience information for the player. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#player. Defaults to: null.
  • lastPlayedWith (GamesPlayedResource): Details about the last time this player played a multiplayer game with the currently authenticated player. Populated for PLAYED_WITH player collection members. Defaults to: null.
  • name (PlayerName): Defaults to: null.
  • originalPlayerId (String): The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs. Defaults to: null.
  • playerId (String): The ID of the player. Defaults to: null.
  • profileSettings (ProfileSettings): The player's profile settings. Controls whether or not the player's profile is visible to other players. Defaults to: null.
  • title (String): The player's title rewarded for their game activities. Defaults to: null.