mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 23:21:54 +00:00
13 lines
746 B
Markdown
13 lines
746 B
Markdown
# NotificationThread
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **Long** | ID is the unique identifier for the notification thread | [optional]
|
|
**pinned** | **Boolean** | Pinned indicates if the notification is pinned | [optional]
|
|
**repository** | [**Repository**](Repository.md) | | [optional]
|
|
**subject** | [**NotificationSubject**](NotificationSubject.md) | | [optional]
|
|
**unread** | **Boolean** | Unread indicates if the notification has been read | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | UpdatedAt is the time when the notification was last updated | [optional]
|
|
**url** | **String** | URL is the API URL for this notification thread | [optional]
|