> ## 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

> PFUserGooglePlayGamesInfo data model.

PFUserGooglePlayGamesInfo data model.

## Syntax

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

### Members

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

(Optional) Avatar image url of the Google Play Games player.

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

(Optional) Display name of the Google Play Games player.

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

(Optional) Google Play Games player ID.

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFUserAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGoogleInfo](/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
- [PFAuthenticationLoginWithGooglePlayGamesServicesRequest](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleplaygamesservicesrequest.md)
- [Migrate from Google Sign-in to Google Play Games in Unity](/services/playfab/identity/player-identity/platform-specific-authentication/google-play-games-sign-in-migration-details.md)
