20 lines
539 B
Markdown
20 lines
539 B
Markdown
|
|
||
|
|
||
|
# NotificationThread
|
||
|
|
||
|
NotificationThread expose Notification on API
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**id** | **Long** | | [optional]
|
||
|
**pinned** | **Boolean** | | [optional]
|
||
|
**repository** | [**Repository**](Repository.md) | | [optional]
|
||
|
**subject** | [**NotificationSubject**](NotificationSubject.md) | | [optional]
|
||
|
**unread** | **Boolean** | | [optional]
|
||
|
**updatedAt** | **OffsetDateTime** | | [optional]
|
||
|
**url** | **String** | | [optional]
|
||
|
|
||
|
|
||
|
|