Files
gitea-rs/crates/gitea-client/docs/NotificationThread.md
2026-03-20 16:24:40 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]