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

작업을 트리거한 이벤트에 대한 정보입니다.

## 속성

| 이름        | 형식                                                                                  | 설명                    |
| :-------- | :---------------------------------------------------------------------------------- | :-------------------- |
| Id        | String                                                                              | 트리거 이벤트의 ID입니다.       |
| FullName  | [FullNameObject](/services/playfab/api-references/events/data-types/fullnameobject) | 트리거 이벤트의 정규화된 이름입니다.  |
| Timestamp | DateTime                                                                            | 트리거 이벤트의 서버 타임스탬프입니다. |


## Related topics

- [action_executed](/ko/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ko/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionResultDetails](/ko/services/playfab/api-references/events/data-types/actionresultdetails.md)
- [Actions & Rules](/ko/services/playfab/data-analytics/acting-data/action-rules-overview.md)
- [player_action_executed](/ko/services/playfab/api-references/events/Player/player-action-executed.md)
