generated from Luis/nextjs-python-web-template
Backend: Added action field
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# Eventmessage
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------- | ---------- | ----------- | ----- |
|
||||
| **timestamp** | **int** | |
|
||||
| **group** | **int** | |
|
||||
| **group_id** | **int** | |
|
||||
| **msg_type** | **int** | |
|
||||
| **src_did** | **str** | |
|
||||
| **des_did** | **str** | |
|
||||
| **msg** | **object** | |
|
||||
| **id** | **int** | |
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**timestamp** | **int** | |
|
||||
**group** | **int** | |
|
||||
**group_id** | **int** | |
|
||||
**msg_type** | **int** | |
|
||||
**src_did** | **str** | |
|
||||
**des_did** | **str** | |
|
||||
**msg** | **object** | |
|
||||
**id** | **int** | |
|
||||
|
||||
## Example
|
||||
|
||||
@@ -30,5 +30,6 @@ eventmessage_dict = eventmessage_instance.to_dict()
|
||||
# create an instance of Eventmessage from a dict
|
||||
eventmessage_form_dict = eventmessage.from_dict(eventmessage_dict)
|
||||
```
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user