feat: add rustls
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**content** | Option<**String**> | | [optional]
|
||||
**encoding** | Option<**String**> | | [optional]
|
||||
**sha** | Option<**String**> | | [optional]
|
||||
**size** | Option<**i64**> | | [optional]
|
||||
**url** | Option<**String**> | | [optional]
|
||||
**content** | Option<**String**> | The content of the git blob (may be base64 encoded) | [optional]
|
||||
**encoding** | Option<**String**> | The encoding used for the content (e.g., \"base64\") | [optional]
|
||||
**lfs_oid** | Option<**String**> | The LFS object ID if this blob is stored in LFS | [optional]
|
||||
**lfs_size** | Option<**i64**> | The size of the LFS object if this blob is stored in LFS | [optional]
|
||||
**sha** | Option<**String**> | The SHA hash of the git blob | [optional]
|
||||
**size** | Option<**i64**> | The size of the git blob in bytes | [optional]
|
||||
**url** | Option<**String**> | The URL to access this git blob | [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