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

PFAccountManagementGooglePlayFabIdPair data model.

## Syntax

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

### Members

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

(Optional) Unique Google 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 identifier.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

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