cberg
Version:
Node.js Client for the Codeberg API
34 lines (26 loc) • 1.15 kB
Markdown
# NotificationSubject
NotificationSubject contains the notification subject (Issue/Pull/Commit)
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | **string** | | [optional] [default to undefined]
**latest_comment_html_url** | **string** | | [optional] [default to undefined]
**latest_comment_url** | **string** | | [optional] [default to undefined]
**state** | **string** | StateType issue state type | [optional] [default to undefined]
**title** | **string** | | [optional] [default to undefined]
**type** | **string** | NotifySubjectType represent type of notification subject | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { NotificationSubject } from 'berg';
const instance: NotificationSubject = {
html_url,
latest_comment_html_url,
latest_comment_url,
state,
title,
type,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)