feat: add rustls
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | | [optional]
|
||||
**body** | Option<**String**> | | [optional]
|
||||
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | Attachments contains files attached to the comment | [optional]
|
||||
**body** | Option<**String**> | Body contains the comment text content | [optional]
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**html_url** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**issue_url** | Option<**String**> | | [optional]
|
||||
**original_author** | Option<**String**> | | [optional]
|
||||
**original_author_id** | Option<**i64**> | | [optional]
|
||||
**pull_request_url** | Option<**String**> | | [optional]
|
||||
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the comment | [optional]
|
||||
**id** | Option<**i64**> | ID is the unique identifier for the comment | [optional]
|
||||
**issue_url** | Option<**String**> | IssueURL is the API URL for the issue | [optional]
|
||||
**original_author** | Option<**String**> | OriginalAuthor is the original author name (for imported comments) | [optional]
|
||||
**original_author_id** | Option<**i64**> | OriginalAuthorID is the original author ID (for imported comments) | [optional]
|
||||
**pull_request_url** | Option<**String**> | PRURL is the API URL for the pull request (if applicable) | [optional]
|
||||
**updated_at** | Option<**String**> | | [optional]
|
||||
**user** | Option<[**models::User**](User.md)> | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user