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

PFAccountManagementGooglePlayGamesPlayFabIdPair data model.

## Syntax

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

### Members

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

(Optional) Unique Google Play Games identifier for a user.

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

(Optional) Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Google Play Games identifier.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

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