962 B
962 B
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> | [optional] | |
| subject | Option<models::NotificationSubject> | [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] |