mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 23:20:51 +00:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# NotificationSubject
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**htmlUrl** | **String** | HTMLURL is the web URL for the notification subject | [optional]
|
|
**latestCommentHtmlUrl** | **String** | LatestCommentHTMLURL is the web URL for the latest comment | [optional]
|
|
**latestCommentUrl** | **String** | LatestCommentURL is the API URL for the latest comment | [optional]
|
|
**state** | [**StateEnum**](#StateEnum) | State indicates the current state of the notification subject | [optional]
|
|
**title** | **String** | Title is the title of the notification subject | [optional]
|
|
**type** | [**TypeEnum**](#TypeEnum) | Type indicates the type of the notification subject | [optional]
|
|
**url** | **String** | URL is the API URL for the notification subject | [optional]
|
|
|
|
<a name="StateEnum"></a>
|
|
## Enum: StateEnum
|
|
Name | Value
|
|
---- | -----
|
|
OPEN | "open"
|
|
CLOSED | "closed"
|
|
MERGED | "merged"
|
|
|
|
<a name="TypeEnum"></a>
|
|
## Enum: TypeEnum
|
|
Name | Value
|
|
---- | -----
|
|
ISSUE | "Issue"
|
|
PULL | "Pull"
|
|
COMMIT | "Commit"
|
|
REPOSITORY | "Repository"
|