Class NotificationUserDto
Inheritance
System.Object
NotificationUserDto
Namespace: Emby.Notifications
Assembly: MediaBrowser.Controller.dll
Syntax
public class NotificationUserDto
Constructors
NotificationUserDto(User)
Declaration
public NotificationUserDto(User user)
Parameters
| Type | Name | Description |
|---|---|---|
| User | user |
Properties
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |