feat: add rustls
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user