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

# PFAccountManagementGooglePlayFabIdPair

> PFAccountManagementGooglePlayFabIdPair データ モデル。

PFAccountManagementGooglePlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGooglePlayFabIdPair {  
    const char* googleId;  
    const char* playFabId;  
} PFAccountManagementGooglePlayFabIdPair;  
```

### メンバー

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

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

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

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

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayGamesPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
