feat: add rustls
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**pinned** | Option<**bool**> | | [optional]
|
||||
**id** | Option<**i64**> | ID is the unique identifier for the notification thread | [optional]
|
||||
**pinned** | Option<**bool**> | Pinned indicates if the notification is pinned | [optional]
|
||||
**repository** | Option<[**models::Repository**](Repository.md)> | | [optional]
|
||||
**subject** | Option<[**models::NotificationSubject**](NotificationSubject.md)> | | [optional]
|
||||
**unread** | Option<**bool**> | | [optional]
|
||||
**updated_at** | Option<**String**> | | [optional]
|
||||
**url** | Option<**String**> | | [optional]
|
||||
**unread** | Option<**bool**> | Unread indicates if the notification has been read | [optional]
|
||||
**updated_at** | Option<**String**> | UpdatedAt is the time when the notification was last updated | [optional]
|
||||
**url** | Option<**String**> | URL is the API URL for this notification thread | [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