mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-27 00:10:31 +00:00
1.1 KiB
1.1 KiB
NotificationDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | Gets or sets the notification ID. Defaults to an empty string. | [optional] |
userId | String | Gets or sets the notification's user ID. Defaults to an empty string. | [optional] |
date | Date | Gets or sets the notification date. | [optional] |
isRead | Bool | Gets or sets a value indicating whether the notification has been read. Defaults to false. | [optional] |
name | String | Gets or sets the notification's name. Defaults to an empty string. | [optional] |
description | String | Gets or sets the notification's description. Defaults to an empty string. | [optional] |
url | String | Gets or sets the notification's URL. Defaults to an empty string. | [optional] |
level | NotificationLevel | [optional] |