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

PFUserGoogleInfo data model.

## Syntax

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

### Members

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

(Optional) Email address of the Google account.

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

(Optional) Gender information of the Google account.

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

(Optional) Google ID.

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

(Optional) Locale of the Google account.

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

(Optional) Name of the Google account user.

## 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)
- [PFUserGooglePlayGamesInfo](/services/playfab/api-references/c/pftypes/structs/pfusergoogleplaygamesinfo.md)
- [PFAuthenticationLoginWithGoogleAccountRequest](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleaccountrequest.md)
- [PFAuthenticationLoginWithGooglePlayGamesServicesRequest](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithgoogleplaygamesservicesrequest.md)
