> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFUserGooglePlayGamesInfo

> Modelo de datos de PFUserGooglePlayGamesInfo.

Modelo de datos de PFUserGooglePlayGamesInfo.

## Sintaxis

```cpp theme={null}
typedef struct PFUserGooglePlayGamesInfo {  
    const char* googlePlayGamesPlayerAvatarImageUrl;  
    const char* googlePlayGamesPlayerDisplayName;  
    const char* googlePlayGamesPlayerId;  
} PFUserGooglePlayGamesInfo;  
```

### Miembros

**`googlePlayGamesPlayerAvatarImageUrl`**   const char\*\
*is null-terminated*

(Opcional) URL de la imagen de avatar del jugador de Google Play Games.

**`googlePlayGamesPlayerDisplayName`**   const char\*\
*is null-terminated*

(Opcional) Nombre para mostrar del jugador de Google Play Games.

**`googlePlayGamesPlayerId`**   const char\*\
*is null-terminated*

(Opcional) Id. de jugador de Google Play Games.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/es/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGoogleInfo](/es/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
- [PFAuthenticationLoginWithGooglePlayGamesServicesRequest](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleplaygamesservicesrequest.md)
- [Integración del marketplace - Información general](/es/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-integrations/overview.md)
