> ## 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\*\
*is null-terminated*

（可选）Google 账号的电子邮件地址。

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

（可选）Google 账号的性别信息。

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

（可选）Google ID。

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

（可选）Google 账号的区域设置。

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

（可选）Google 账号用户的姓名。

## 要求

**头文件：** PFTypes.h

## 另请参阅

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


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGooglePlayGamesInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfusergoogleplaygamesinfo.md)
- [市场集成 - Google](/zh-CN/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-integrations/google.md)
- [PFAuthenticationLoginWithGoogleAccountRequest](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleaccountrequest.md)
