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

# PFUserGoogleInfo

> PFUserGoogleInfo 데이터 모델입니다.

PFUserGoogleInfo 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFUserGoogleInfo {  
    const char* googleEmail;  
    const char* googleGender;  
    const char* googleId;  
    const char* googleLocale;  
    const char* googleName;  
} PFUserGoogleInfo;  
```

### 멤버

**`googleEmail`**   const char\*\
*null로 종료됨*

(선택 사항) Google 계정의 이메일 주소입니다.

**`googleGender`**   const char\*\
*null로 종료됨*

(선택 사항) Google 계정의 성별 정보입니다.

**`googleId`**   const char\*\
*null로 종료됨*

(선택 사항) Google ID입니다.

**`googleLocale`**   const char\*\
*null로 종료됨*

(선택 사항) Google 계정의 로캘입니다.

**`googleName`**   const char\*\
*null로 종료됨*

(선택 사항) Google 계정 사용자의 이름입니다.

## 요구 사항

**헤더:** 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)
- [PFUserGooglePlayGamesInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfusergoogleplaygamesinfo.md)
- [Marketplace 통합 - Google](/ko/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-integrations/google.md)
- [PFAuthenticationLoginWithGoogleAccountRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleaccountrequest.md)
