> ## 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 />*null 終端*

(省略可能) DataAsObject が既定値または false の場合の、オブジェクトのエスケープされた文字列 JSON 本文。

**`objectName`**   const char\*<br />*null 終端*

(省略可能) このオブジェクトの名前。

## 要件

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

## 関連項目

[PFProfilesTypes のメンバー](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

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