> ## 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](/ja-jp/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ja-jp/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionResultDetails](/ja-jp/services/playfab/api-references/events/data-types/actionresultdetails.md)
- [ActionFailure](/ja-jp/services/playfab/api-references/events/data-types/actionfailure.md)
- [ActionTrigger](/ja-jp/services/playfab/api-references/events/data-types/actiontrigger.md)
