Files
gitea-rs/crates/gitea-client/docs/Activity.md
2026-03-20 16:24:40 +01:00

24 lines
1.9 KiB
Markdown

# Activity
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**act_user** | Option<[**models::User**](User.md)> | | [optional]
**act_user_id** | Option<**i64**> | The ID of the user who performed the action | [optional]
**comment** | Option<[**models::Comment**](Comment.md)> | | [optional]
**comment_id** | Option<**i64**> | The ID of the comment associated with the activity (if applicable) | [optional]
**content** | Option<**String**> | Additional content or details about the activity | [optional]
**created** | Option<**String**> | The date and time when the activity occurred | [optional]
**id** | Option<**i64**> | The unique identifier of the activity | [optional]
**is_private** | Option<**bool**> | Whether this activity is from a private repository | [optional]
**op_type** | Option<**OpType**> | the type of action (enum: create_repo, rename_repo, star_repo, watch_repo, commit_repo, create_issue, create_pull_request, transfer_repo, push_tag, comment_issue, merge_pull_request, close_issue, reopen_issue, close_pull_request, reopen_pull_request, delete_tag, delete_branch, mirror_sync_push, mirror_sync_create, mirror_sync_delete, approve_pull_request, reject_pull_request, comment_pull, publish_release, pull_review_dismissed, pull_request_ready_for_review, auto_merge_pull_request) | [optional]
**ref_name** | Option<**String**> | The name of the git reference (branch/tag) associated with the activity | [optional]
**repo** | Option<[**models::Repository**](Repository.md)> | | [optional]
**repo_id** | Option<**i64**> | The ID of the repository associated with the activity | [optional]
**user_id** | Option<**i64**> | The ID of the user who receives/sees this activity | [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)