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

# item_moderation_state_changed

> ItemModerationStateChanged 事件。

物品审核状态发生更改时触发此事件。

## 属性

| 名称           | 类型     | 说明              |
| :----------- | :----- | :-------------- |
| ItemId       | String | 状态已更改物品的字符串 ID。 |
| TargetStatus | String | 该物品更新后的审核状态。    |
| Reason       | String | 关联物品当前被审核的原因说明。 |

## 通用属性

所有 V2 PlayStream 事件均格式化为 JSON 对象，并且大多数事件共享以下通用属性：

| 名称                 | 类型                                                                            | 说明                             |
| :----------------- | :---------------------------------------------------------------------------- | :----------------------------- |
| SchemaVersion      | String                                                                        | PlayStream 事件格式版本，遵循语义化版本控制方案。 |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | 事件名称和事件命名空间的组合，用于完全指定事件类型。     |
| Id                 | String                                                                        | PlayFab 为此事件分配的唯一标识符。          |
| Timestamp          | DateTime                                                                      | 与此事件关联的时间（UTC）。                |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | 与此事件相关的实体的详细信息，包括实体 ID 和实体类型。  |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | 描述发起此事件的来源和来源类型的对象。            |
| PayloadContentType | String                                                                        | 指定事件负载的内容。默认为 "JSON"。          |
| Origin Info        | Object                                                                        | 可选字段，包含关于源自 PlayFab 外部的事件的信息。  |
