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

# EntityObject

> EntityObject data type.

## Properties

| Name | Type   | Description                                                                                                                                          |
| :--- | :----- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
| Id   | String | Unique ID of the entity.                                                                                                                             |
| Type | String | One of the [available built-in entity types](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types). |


## Related topics

- [entity_objects_set](/services/playfab/api-references/events/PlayerProfile/entity-objects-set.md)
- [Entities quickstart](/services/playfab/live-service-management/game-configuration/entities/quickstart.md)
- [PFProfilesEntityDataObject](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject.md)
- [Use entity objects to store player data](/services/playfab/live-service-management/game-configuration/entities/entity-objects.md)
- [PFProfilesEntityDataObjectDictionaryEntry](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobjectdictionaryentry.md)
