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

868 B

WatchInfo

Properties

Name Type Description Notes
created_at Option<String> The timestamp when the watch status was created [optional]
ignored Option<bool> Whether notifications for the repository are ignored [optional]
reason Option<serde_json::Value> The reason for the current watch status [optional]
repository_url Option<String> The URL of the repository being watched [optional]
subscribed Option<bool> Whether the repository is being watched for notifications [optional]
url Option<String> The URL for managing the watch status [optional]

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