mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 05:31:13 -07:00
9 lines
No EOL
270 B
C#
9 lines
No EOL
270 B
C#
namespace PlexRequests.Core.SettingModels
|
|
{
|
|
public class PushbulletNotificationSettings : Settings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public string AccessToken { get; set; }
|
|
public string DeviceIdentifier { get; set; }
|
|
}
|
|
} |