feat: add rustls
This commit is contained in:
@@ -6,13 +6,13 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**creator** | Option<[**models::User**](User.md)> | | [optional]
|
||||
**html_url** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**html_url** | Option<**String**> | The HTML URL to view the package | [optional]
|
||||
**id** | Option<**i64**> | The unique identifier of the package | [optional]
|
||||
**name** | Option<**String**> | The name of the package | [optional]
|
||||
**owner** | Option<[**models::User**](User.md)> | | [optional]
|
||||
**repository** | Option<[**models::Repository**](Repository.md)> | | [optional]
|
||||
**r#type** | Option<**String**> | | [optional]
|
||||
**version** | Option<**String**> | | [optional]
|
||||
**r#type** | Option<**String**> | The type of the package (e.g., npm, maven, docker) | [optional]
|
||||
**version** | Option<**String**> | The version of the package | [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