casa-bot/src/CasaBot/AutoScan/Options/ShinobiOptions.cs

9 lines
221 B
C#
Raw Normal View History

2025-02-13 19:13:21 -03:00
namespace AutoScan.Options;
public class ShinobiOptions
{
public string? URL { get; set; }
public string? APIKey { get; set; }
public string? GroupId { get; set; }
public string? MonitorId { get; set; }
}