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

# PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest

> PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest 데이터 모델입니다.

PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest {  
    const char* const* googleIDs;  
    uint32_t googleIDsCount;  
} PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest;  
```

### 멤버

**`googleIDs`**   const char\* const\*

타이틀이 PlayFab 식별자를 가져와야 하는 고유한 Google 식별자(Google+ 사용자 ID)의 배열입니다. 배열의 길이는 2,000을 초과할 수 없습니다.

**`googleIDsCount`**   uint32\_t

googleIDs의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsrequest.md)
- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsasync.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
