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

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

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

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

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayGamesPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
