casa-bot/src/CasaBot/AutoScan/Options/ShinobiOptions.cs
2025-02-13 19:13:21 -03:00

9 lines
221 B
C#

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; }
}