azisaba-graph 0.1.0-rc.1

An API for connecting and sharing data across Azisaba Network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ListPatchNotes200ResponseItemsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)