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

# PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult

> PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult データ モデル。PlayFab にリンクされていない Google Play Games 識別子については、null が返されます。

PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult データ モデル。PlayFab アカウントにリンクされていない Google Play Games 識別子については、null が返されます。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult {  
    PFAccountManagementGooglePlayGamesPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult;  
```

### メンバー

**`data`**   [PFAccountManagementGooglePlayGamesPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair) const\*<br />*nullptr の場合があります*

(オプション) Google Play Games 識別子から PlayFab 識別子へのマッピングです。

**`dataCount`**   uint32\_t

data の数

## 要件

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

## 関連項目

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