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

# PFProfilesEntityDataObject

> PFProfilesEntityDataObject 데이터 모델입니다. 엔터티 개체와 관련된 메타데이터입니다.

PFProfilesEntityDataObject 데이터 모델입니다. 엔터티 개체와 관련된 메타데이터입니다.

## 구문

```cpp theme={null}
typedef struct PFProfilesEntityDataObject {  
    PFJsonObject dataObject;  
    const char* escapedDataObject;  
    const char* objectName;  
} PFProfilesEntityDataObject;  
```

### 멤버

**`dataObject`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

(선택 사항) DataAsObject가 true인 경우 이스케이프되지 않은 JSON 개체입니다.

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

(선택 사항) DataAsObject가 기본값이거나 false인 경우 개체의 이스케이프된 문자열 JSON 본문입니다.

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

(선택 사항) 이 개체의 이름입니다.

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

[PFProfilesTypes 멤버](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesEntityDataObjectDictionaryEntry](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobjectdictionaryentry.md)
- [Services C API 개요 - PFProfilesTypes.h](/ko/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFDataSetObjectsRequest](/ko/services/playfab/api-references/c/pfdatatypes/structs/pfdatasetobjectsrequest.md)
- [PFProfilesEntityProfileBody](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [PFDataGetObjectsResponse](/ko/services/playfab/api-references/c/pfdatatypes/structs/pfdatagetobjectsresponse.md)
