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

# PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest

> PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest {  
    const char* const* googlePlayGamesPlayerIDs;  
    uint32_t googlePlayGamesPlayerIDsCount;  
} PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest;  
```

### メンバー

**`googlePlayGamesPlayerIDs`**   const char\* const\*

タイトルが PlayFab 識別子を取得する必要がある、一意な Google Play Games 識別子 (Google+ ユーザー ID) の配列です。配列の長さは 2,000 を超えることはできません。

**`googlePlayGamesPlayerIDsCount`**   uint32\_t

googlePlayGamesPlayerIDs の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsgetresult.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsrequest.md)
