18 lines
962 B
Markdown
18 lines
962 B
Markdown
# NotificationThread
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**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**> | 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)
|
|
|
|
|