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

18 lines
998 B
Markdown

# NotificationSubject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | Option<**String**> | HTMLURL is the web URL for the notification subject | [optional]
**latest_comment_html_url** | Option<**String**> | LatestCommentHTMLURL is the web URL for the latest comment | [optional]
**latest_comment_url** | Option<**String**> | LatestCommentURL is the API URL for the latest comment | [optional]
**state** | Option<**String**> | StateType issue state type | [optional]
**title** | Option<**String**> | Title is the title of the notification subject | [optional]
**r#type** | Option<**String**> | NotifySubjectType represent type of notification subject | [optional]
**url** | Option<**String**> | URL is the API URL for the notification subject | [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)