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

# ActionEventDetails

> ActionEventDetails data type.

Information about the event that triggered the action.

## Properties

| Name      | Type                                                                                | Description                                       |
| :-------- | :---------------------------------------------------------------------------------- | :------------------------------------------------ |
| Id        | String                                                                              | The ID of the triggering event.                   |
| FullName  | [FullNameObject](/services/playfab/api-references/events/data-types/fullnameobject) | The fully qualified name of the triggering event. |
| Timestamp | DateTime                                                                            | The server timestamp of the triggering event.     |


## Related topics

- [action_executed](/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionResultDetails](/services/playfab/api-references/events/data-types/actionresultdetails.md)
- [ActionExecutionError](/services/playfab/api-references/events/data-types/actionexecutionerror.md)
- [Bulk Actions for an entire Player Segment](/services/playfab/data-analytics/acting-data/action-rules-bulk-actions-for-an-entire-player-segment.md)
