868 B
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] |