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

# ObjectDetails data type

> Reference for the PlayFab ObjectDetails data type describing metadata about an object attached to an entity in PlayStream event payloads.

***

title: ObjectDetails
author: ronnyparedes
description: ObjectDetails data type.
ms.author: ronnyparedes
ms.date: 02/12/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# ObjectDetails

Details about an object attached to an entity.

## Properties

| Name       | Type                                                                                | Description                                             |
| :--------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------ |
| DataObject | object                                                                              | The data object content.                                |
| Name       | String                                                                              | The name of the object.                                 |
| Operation  | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | The type of operation that was performed on the object. |


## Related topics

- [PlayerCustomPropertiesChangedDetails data type](/services/playfab/api-references/events/data-types/playercustompropertieschangeddetails.md)
- [objects_updated](/services/playfab/api-references/events/PlayerProfile/objects-updated.md)
- [PFDataGetObjectsGetResult](/services/playfab/api-references/c/pfdata/functions/pfdatagetobjectsgetresult.md)
- [PFDataSetObjectsGetResult](/services/playfab/api-references/c/pfdata/functions/pfdatasetobjectsgetresult.md)
- [title_data_updated](/services/playfab/api-references/events/TitleData/title-data-updated.md)
