> ## 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](/ko/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGoogleInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
- [PFAuthenticationLoginWithGooglePlayGamesServicesRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleplaygamesservicesrequest.md)
- [PFUserGameCenterInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfusergamecenterinfo.md)
