> ## 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 data model. An entity object and its associated meta data.

PFProfilesEntityDataObject data model. An entity object and its associated meta data.

## Syntax

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

### Members

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

(Optional) Un-escaped JSON object, if DataAsObject is true.

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

(Optional) Escaped string JSON body of the object, if DataAsObject is default or false.

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

(Optional) Name of this object.

## Requirements

**Header:** PFProfilesTypes.h

## See also

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


## Related topics

- [PFProfilesEntityDataObjectDictionaryEntry](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobjectdictionaryentry.md)
- [Services C API overview - PFProfilesTypes.h](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [Use entity objects to store player data](/services/playfab/live-service-management/game-configuration/entities/entity-objects.md)
- [PFProfilesGetEntityProfilesRequest](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofilesrequest.md)
- [PFDataGetObjectsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdatagetobjectsresponse.md)
