jellyfin-sdk-swift/docs/NotificationDto.md
2021-06-02 22:26:51 +00:00

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]

[Back to Model list] [Back to API list] [Back to README]