memos-script/docs/V1Activity.md
2024-04-30 10:31:09 +08:00

15 lines
783 B
Markdown

# V1Activity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The system-generated unique identifier for the activity. | [optional]
**creator_id** | **int** | The system-generated unique identifier for the user who created the activity. | [optional]
**type** | **str** | The type of the activity. | [optional]
**level** | **str** | The level of the activity. | [optional]
**create_time** | **datetime** | The create time of the activity. | [optional]
**payload** | [**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)