> ## 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 データ モデル。

PFUserGooglePlayGamesInfo データ モデル。

## 構文

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

### メンバー

**`googlePlayGamesPlayerAvatarImageUrl`**   const char\*\
*null 終端*

(オプション) Google Play Games プレイヤーのアバター画像 URL。

**`googlePlayGamesPlayerDisplayName`**   const char\*\
*null 終端*

(オプション) Google Play Games プレイヤーの表示名。

**`googlePlayGamesPlayerId`**   const char\*\
*null 終端*

(オプション) Google Play Games プレイヤー ID。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGoogleInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
- [PFAuthenticationLoginWithGooglePlayGamesServicesRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleplaygamesservicesrequest.md)
- [PFUserGameCenterInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusergamecenterinfo.md)
