mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
12 lines
662 B
Markdown
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]
|