Files
2025-09-07 00:21:05 +00:00

12 lines
662 B
Markdown

# WatchInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | [**Date**](Date.md) | The timestamp when the watch status was created | [optional]
**ignored** | **Boolean** | Whether notifications for the repository are ignored | [optional]
**reason** | **Object** | The reason for the current watch status | [optional]
**repositoryUrl** | **String** | The URL of the repository being watched | [optional]
**subscribed** | **Boolean** | Whether the repository is being watched for notifications | [optional]
**url** | **String** | The URL for managing the watch status | [optional]