Add generated client
This commit is contained in:
15
client/docs/Message.md
Normal file
15
client/docs/Message.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
# Message
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**appid** | **Integer** | The application id that send this message. |
|
||||
**date** | [**OffsetDateTime**](OffsetDateTime.md) | The date the message was created. |
|
||||
**id** | **Integer** | The message id. |
|
||||
**message** | **String** | The actual message. |
|
||||
**priority** | **Long** | The priority of the message. | [optional]
|
||||
**title** | **String** | The title of the message. |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user