# ListPatchNotes200ResponseItemsInner
## Properties
**id** | **uuid::Uuid** | The unique identifier of the patch note. |
**target** | **Target** | The target of the patch note. (enum: general, creativePro, frontier, life, leonGunWar2, sclat) |
**category** | **Category** | The category of the patch note. (enum: balance, event, feature, fix, improvement, map, remove) |
**title** | **String** | The title of the patch note. |
**body** | **String** | The body text of the patch note. |
**author_id** | Option<**uuid::Uuid**> | The unique identifier of the player. |
**image_urls** | **Vec<String>** | The URLs of images attached to the patch note. |
**created_at** | **chrono::DateTime<chrono::FixedOffset>** | The date and time at which the patch note was created. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)