memos-api 0.3.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# V1Activity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**creator_id** | Option<**i32**> | The uid of the user who created the activity. | [optional]
**r#type** | Option<**String**> | The type of the activity. | [optional]
**level** | Option<**String**> | The level of the activity. | [optional]
**create_time** | Option<**String**> | The create time of the activity. | [optional][readonly]
**payload** | Option<[**models::Apiv1ActivityPayload**]apiv1ActivityPayload.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)