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

> Tipo de datos ActionEventDetails.

Información sobre el evento que desencadenó la acción.

## Propiedades

| Nombre    | Tipo                                                                                | Descripción                                             |
| :-------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------ |
| Id        | String                                                                              | Id. del evento desencadenador.                          |
| FullName  | [FullNameObject](/services/playfab/api-references/events/data-types/fullnameobject) | Nombre completo del evento desencadenador.              |
| Timestamp | DateTime                                                                            | Marca de tiempo del servidor del evento desencadenador. |


## Related topics

- [action_executed](/es/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/es/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionResultDetails](/es/services/playfab/api-references/events/data-types/actionresultdetails.md)
- [player_action_executed](/es/services/playfab/api-references/events/Player/player-action-executed.md)
- [ActionTrigger](/es/services/playfab/api-references/events/data-types/actiontrigger.md)
