python-gitea/docs/Activity.md
2025-10-21 21:45:29 +02:00

23 lines
875 B
Markdown

# Activity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**act_user** | [**User**](User.md) | | [optional]
**act_user_id** | **int** | | [optional]
**comment** | [**Comment**](Comment.md) | | [optional]
**comment_id** | **int** | | [optional]
**content** | **str** | | [optional]
**created** | **datetime** | | [optional]
**id** | **int** | | [optional]
**is_private** | **bool** | | [optional]
**op_type** | **str** | the type of action | [optional]
**ref_name** | **str** | | [optional]
**repo** | [**Repository**](Repository.md) | | [optional]
**repo_id** | **int** | | [optional]
**user_id** | **int** | | [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)