feat: add rustls
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**closed_at** | Option<**String**> | | [optional]
|
||||
**closed_issues** | Option<**i64**> | | [optional]
|
||||
**closed_issues** | Option<**i64**> | ClosedIssues is the number of closed issues in this milestone | [optional]
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**description** | Option<**String**> | | [optional]
|
||||
**description** | Option<**String**> | Description provides details about the milestone | [optional]
|
||||
**due_on** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**open_issues** | Option<**i64**> | | [optional]
|
||||
**id** | Option<**i64**> | ID is the unique identifier for the milestone | [optional]
|
||||
**open_issues** | Option<**i64**> | OpenIssues is the number of open issues in this milestone | [optional]
|
||||
**state** | Option<**String**> | StateType issue state type | [optional]
|
||||
**title** | Option<**String**> | | [optional]
|
||||
**title** | Option<**String**> | Title is the title of the milestone | [optional]
|
||||
**updated_at** | Option<**String**> | | [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