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

# PFAccountManagementGooglePlayGamesPlayFabIdPair

> PFAccountManagementGooglePlayGamesPlayFabIdPair データ モデル。

PFAccountManagementGooglePlayGamesPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGooglePlayGamesPlayFabIdPair {  
    const char* googlePlayGamesPlayerId;  
    const char* playFabId;  
} PFAccountManagementGooglePlayGamesPlayFabIdPair;  
```

### メンバー

**`googlePlayGamesPlayerId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な Google Play Games 識別子です。

**`playFabId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な PlayFab 識別子です。Google Play Games 識別子にリンクされた PlayFab アカウントが存在しない場合は null になります。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
- [PFAccountManagementGameCenterPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgamecenterplayfabidpair.md)
