17 lines
868 B
Markdown
17 lines
868 B
Markdown
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|