feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,13 +4,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browser_download_url** | Option<**String**> | | [optional]
**browser_download_url** | Option<**String**> | DownloadURL is the URL to download the attachment | [optional]
**created_at** | Option<**String**> | | [optional]
**download_count** | Option<**i64**> | | [optional]
**id** | Option<**i64**> | | [optional]
**name** | Option<**String**> | | [optional]
**size** | Option<**i64**> | | [optional]
**uuid** | Option<**String**> | | [optional]
**download_count** | Option<**i64**> | DownloadCount is the number of times the attachment has been downloaded | [optional]
**id** | Option<**i64**> | ID is the unique identifier for the attachment | [optional]
**name** | Option<**String**> | Name is the filename of the attachment | [optional]
**size** | Option<**i64**> | Size is the file size in bytes | [optional]
**uuid** | Option<**String**> | UUID is the unique identifier for the attachment file | [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)