feat: add rustls
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**size** | Option<**i64**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**md5** | Option<**String**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**sha1** | Option<**String**> | | [optional]
|
||||
**sha256** | Option<**String**> | | [optional]
|
||||
**sha512** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | The unique identifier of the package file | [optional]
|
||||
**md5** | Option<**String**> | The MD5 hash of the package file | [optional]
|
||||
**name** | Option<**String**> | The name of the package file | [optional]
|
||||
**sha1** | Option<**String**> | The SHA1 hash of the package file | [optional]
|
||||
**sha256** | Option<**String**> | The SHA256 hash of the package file | [optional]
|
||||
**sha512** | Option<**String**> | The SHA512 hash of the package file | [optional]
|
||||
**size** | Option<**i64**> | The size of the package file in bytes | [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