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