gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/UserNotification.md (about) 1 # UserNotification 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **int32** | | [optional] [default to null] 7 **Content** | **string** | | [optional] [default to null] 8 **Type_** | **string** | | [optional] [default to null] 9 **Unread** | **string** | | [optional] [default to null] 10 **Mute** | **string** | | [optional] [default to null] 11 **UpdatedAt** | **string** | | [optional] [default to null] 12 **Url** | **string** | | [optional] [default to null] 13 **HtmlUrl** | **string** | | [optional] [default to null] 14 **Actor** | [***UserBasic**](UserBasic.md) | 通知发送者 | [optional] [default to null] 15 **Repository** | [***ProjectBasic**](ProjectBasic.md) | | [optional] [default to null] 16 **Subject** | [***UserNotificationSubject**](UserNotificationSubject.md) | 通知直接关联对象 | [optional] [default to null] 17 **Namespaces** | [**[]UserNotificationNamespace**](UserNotificationNamespace.md) | 通知次级关联对象 | [optional] [default to null] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21