UserNotification.md 1.2 KB
Newer Older
E
edisonxiang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# UserNotification

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **int32** |  | [optional] [default to null]
**Content** | **string** |  | [optional] [default to null]
**Type_** | **string** |  | [optional] [default to null]
**Unread** | **string** |  | [optional] [default to null]
**Mute** | **string** |  | [optional] [default to null]
**UpdatedAt** | **string** |  | [optional] [default to null]
**Url** | **string** |  | [optional] [default to null]
**HtmlUrl** | **string** |  | [optional] [default to null]
**Actor** | [***UserBasic**](UserBasic.md) | 通知发送者 | [optional] [default to null]
**Repository** | [***ProjectBasic**](ProjectBasic.md) |  | [optional] [default to null]
**Subject** | [***UserNotificationSubject**](UserNotificationSubject.md) | 通知直接关联对象 | [optional] [default to null]
**Namespaces** | [**[]UserNotificationNamespace**](UserNotificationNamespace.md) | 通知次级关联对象 | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)