aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationServiceInfo.cs
blob: 0ffe7d4ae9194c486e192385d0a5b7a65e97be6b (plain)
1
2
3
4
5
6
7
8
namespace MediaBrowser.Model.Notifications
{
    public class NotificationServiceInfo
    {
        public string Name { get; set; }
        public string Id { get; set; }
    }
}