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

（可选）用户的唯一 Google Play Games 标识符。

**`playFabId`**   const char\*<br />*is null-terminated*

（可选）用户的唯一 PlayFab 标识符；如果没有 PlayFab 账号链接到该 Google Play Games 标识符，则为 null。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
- [PFAccountManagementGameCenterPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgamecenterplayfabidpair.md)
