> ## 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 数据类型。

有关触发操作的事件的信息。

## 属性

| 名称        | 类型                                                                                  | 描述           |
| :-------- | :---------------------------------------------------------------------------------- | :----------- |
| Id        | String                                                                              | 触发事件的 ID。    |
| FullName  | [FullNameObject](/services/playfab/api-references/events/data-types/fullnameobject) | 触发事件的完全限定名称。 |
| Timestamp | DateTime                                                                            | 触发事件的服务器时间戳。 |


## Related topics

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