mirror of
https://github.com/Radarr/Radarr
synced 2026-04-24 05:10:57 +02:00
9 lines
205 B
C#
9 lines
205 B
C#
namespace NzbDrone.Core.Model
|
|
{
|
|
public class SabnzbdInfoModel
|
|
{
|
|
public string Host { get; set; }
|
|
public int Port { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
}
|