feat: add rustls
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**act_user** | Option<[**models::User**](User.md)> | | [optional]
|
||||
**act_user_id** | Option<**i64**> | | [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**> | | [optional]
|
||||
**content** | Option<**String**> | | [optional]
|
||||
**created** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**is_private** | Option<**bool**> | | [optional]
|
||||
**op_type** | Option<**String**> | | [optional]
|
||||
**ref_name** | Option<**String**> | | [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**> | | [optional]
|
||||
**user_id** | Option<**i64**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user