mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
9 lines
No EOL
265 B
C#
9 lines
No EOL
265 B
C#
namespace PlexRequests.Core.SettingModels
|
|
{
|
|
public class PushoverNotificationSettings : NotificationSettings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public string AccessToken { get; set; }
|
|
public string UserToken { get; set; }
|
|
}
|
|
} |