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